Skip to content

Commit 786468f

Browse files
committed
fix(UserImportForm): 🐞 add init updateSupport to open
1 parent 4c15e66 commit 786468f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/system/user/UserImportForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const updateSupport = ref(0) // 是否更新已经存在的用户数据
6161
/** 打开弹窗 */
6262
const open = () => {
6363
dialogVisible.value = true
64+
updateSupport.value = 0
6465
fileList.value = []
6566
resetForm()
6667
}

0 commit comments

Comments
 (0)