From 057f316e146c51b0a1a54a683ea7cad9c8c5e530 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Thu, 30 Jun 2022 17:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E9=AA=8C=E6=94=B6=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BasicEntrutsReceModify.vue | 6 +++--- src/views/home/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/basic/BasicEntrutsReceModify.vue b/src/views/basic/BasicEntrutsReceModify.vue index eb42657..68d9523 100644 --- a/src/views/basic/BasicEntrutsReceModify.vue +++ b/src/views/basic/BasicEntrutsReceModify.vue @@ -360,9 +360,9 @@ export default { this.getList(); this.getStorage(); - if (this.$isNotBlank(this.inputQuery.entrustInv)) { - this.entrustInvChange(this.inputQuery.entrustInv); - } + // if (this.$isNotBlank(this.inputQuery.entrustInv)) { + // this.entrustInvChange(this.inputQuery.entrustInv); + // } }, }; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 43df41f..12f632c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -450,7 +450,7 @@ export default { this.$store.commit(types.RECEIVE_LOCINVNAME, this.locInvName); this.$store.commit(types.RECEIVE_LOCSUBINVNAME, this.locInvName); let username = this.$store.getters.employeeName; - this.title = username + "(" + this.$store.getters.locInvName + " " + this.$store.getters.locSubInvName + ")"; + this.title = username + "(" + this.locInvName + " " + this.locSubInvName + ")"; this.getStorage(); } }