소스 검색

密码二次确认

wangxy 2 달 전
부모
커밋
a8fead83bd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/admin/zizhanghao/components/resetPassword.vue

+ 2 - 0
pages/admin/zizhanghao/components/resetPassword.vue

@@ -66,6 +66,7 @@
 	// 取消
 	function handleClose() {
 		password.value = null;
+		password2.value = null;
 		userId.value  = null;
 		commonPopup.value.close();
 	}
@@ -104,6 +105,7 @@
 				$emit('confirm-btn');
 				commonPopup.value.close();
 				password.value = null;
+				password2.value = null;
 				userId.value  = null;
 			}
 		})