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