@@ -70,6 +70,9 @@
// 取消
function handleClose() {
commonPopup.value.close();
+ realName.value = '';
+ userName.value = '';
+ userId.value = null;
}
// 确认
function confirmBtn() {
@@ -106,6 +109,9 @@
})
$emit('confirm-btn');