更新
This commit is contained in:
@@ -136,7 +136,9 @@ export default {
|
||||
components: {
|
||||
AddOrUpdate,
|
||||
},
|
||||
created() {},
|
||||
created() {
|
||||
this.listQuery.warehouseId = null;
|
||||
},
|
||||
methods: {
|
||||
buttonClick(val) {
|
||||
switch (val.btnName) {
|
||||
|
||||
@@ -138,7 +138,7 @@ export default {
|
||||
AddOrUpdate,
|
||||
},
|
||||
created() {
|
||||
this.listQuery.warehouseId = this.bId;
|
||||
this.listQuery.warehouseId = null;
|
||||
},
|
||||
methods: {
|
||||
buttonClick(val) {
|
||||
|
||||
Reference in New Issue
Block a user