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 @@