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(); } }