浏览代码

密码二次确认

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;
 			}
 		})