fix(UserImportForm): 🐞 add init updateSupport to open
This commit is contained in:
parent
4c15e6675a
commit
786468f437
@ -61,6 +61,7 @@ const updateSupport = ref(0) // 是否更新已经存在的用户数据
|
||||
/** 打开弹窗 */
|
||||
const open = () => {
|
||||
dialogVisible.value = true
|
||||
updateSupport.value = 0
|
||||
fileList.value = []
|
||||
resetForm()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user