Przeglądaj źródła

密码二次确认

wangxy 2 miesięcy temu
rodzic
commit
a8fead83bd

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