diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 11ef713..f22e4f6 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -128,8 +128,11 @@ - + + + @@ -513,6 +516,7 @@ export default { commonChecked:[],// 普通凭证选中 passwordForm:{ password:'', + password2:'', passwordAgain: '' }, systemId:'', @@ -1478,7 +1482,7 @@ export default { } }else if(this.popText.includes('密码器')) { if(this.systemId == '62,1' || this.systemId == '62,2' || this.systemId == '62,3') { - if(this.passwordForm.password === this.passwordForm.passwordAgain) { + if(this.passwordForm.password2 !== this.passwordForm.passwordAgain) { this.$message({ center: true, showClose: true,