From 680097ab930e2167c85fa61123a7baf03cc2240e Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 21 Dec 2021 16:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 13 ++-- src/pages/manage/list/business/withdrawal.vue | 1 - .../personal/currentAccount/withdrawal.vue | 74 +++++++++++++------ 3 files changed, 58 insertions(+), 30 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index e8f0971..a201097 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -407,10 +407,14 @@ export default { } } if(this.$store.state.system.popText == '密码器'){ - let accountPasswordAll = sessionStorage.getItem('accountPasswordAll'); - if(accountPasswordAll){ - this.passwordForm.password = accountPasswordAll - this.passwordForm.passwordAgain = accountPasswordAll + if(this.$store.state.system.id == '62,1'){ + + }else{ + let accountPasswordAll = sessionStorage.getItem('accountPasswordAll'); + if(accountPasswordAll){ + this.passwordForm.password = accountPasswordAll + this.passwordForm.passwordAgain = accountPasswordAll + } } } if(this.$store.state.system.popText == '身份证扫描仪'){ @@ -439,7 +443,6 @@ export default { }).catch((error)=>{ }) }else if (this.$store.state.system.id == '34'){ - console.log('===========') this.nbm = 34 let param= { parentId: '0,5,25,34,54' diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index 007bf2b..f3920df 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -228,7 +228,6 @@ export default { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const formList = [] const parentId = '0,5,27,226' autoPlay(parentId, this.form, this.myTable2, this.myTable, projectId, startTime) // let tmpIndex = 100; diff --git a/src/pages/manage/list/personal/currentAccount/withdrawal.vue b/src/pages/manage/list/personal/currentAccount/withdrawal.vue index 50e6454..182f5fe 100644 --- a/src/pages/manage/list/personal/currentAccount/withdrawal.vue +++ b/src/pages/manage/list/personal/currentAccount/withdrawal.vue @@ -2,7 +2,7 @@