fix(UserImportForm): 🐞 add init updateSupport to open

main
AhJindeg 2 years ago
parent 4c15e6675a
commit 786468f437

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

Loading…
Cancel
Save