This commit is contained in:
2024-04-19 15:08:47 +08:00
parent baa2094fb6
commit 43f9da790e
11 changed files with 71 additions and 157 deletions

View File

@@ -136,7 +136,9 @@ export default {
components: {
AddOrUpdate,
},
created() {},
created() {
this.listQuery.warehouseId = null;
},
methods: {
buttonClick(val) {
switch (val.btnName) {

View File

@@ -138,7 +138,7 @@ export default {
AddOrUpdate,
},
created() {
this.listQuery.warehouseId = this.bId;
this.listQuery.warehouseId = null;
},
methods: {
buttonClick(val) {