From 07352b5c58dbf036046e6e698264b3aa5d2d710d Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 9 Mar 2023 16:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/param/BasicEntrutsReceModify.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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(); },