From b0412464b850639bb9e6d3eb6bdfb237bda6b02b Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Tue, 22 Feb 2022 18:24:50 +0800 Subject: [PATCH] update --- src/pages/counter/list/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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,