diff --git a/src/views/system/param/BasicEntrutsReceModify.vue b/src/views/system/param/BasicEntrutsReceModify.vue index 32721df1..c09e75e4 100644 --- a/src/views/system/param/BasicEntrutsReceModify.vue +++ b/src/views/system/param/BasicEntrutsReceModify.vue @@ -6,6 +6,7 @@ @@ -42,6 +43,7 @@ @@ -170,12 +172,15 @@ export default { //切换当前仓库 curInvChange() { + + this.getOrderType(); + this.findEntrustInv(); + }, + clear(){ this.inputQuery.action = null; this.inputQuery.entrustInv = null; this.inputQuery.entrustUser = null; this.inputQuery.entrustAction = null; - this.getOrderType(); - this.findEntrustInv(); }, //获取当前单据类型 @@ -204,9 +209,11 @@ export default { //切换委托仓库 entrustInvChange() { + this.getUserBus(); + }, + clear1(){ this.inputQuery.entrustUser = null; this.inputQuery.entrustAction = null; - this.getUserBus(); },