fix(UserImportForm): 🐞 add init updateSupport to open

This commit is contained in:
AhJindeg 2024-04-11 11:00:24 +08:00
parent 4c15e6675a
commit 786468f437

View File

@ -61,6 +61,7 @@ const updateSupport = ref(0) // 是否更新已经存在的用户数据
/** 打开弹窗 */
const open = () => {
dialogVisible.value = true
updateSupport.value = 0
fileList.value = []
resetForm()
}