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