Browse Source

fix(UserImportForm): 🐞 add init updateSupport to open

AhJindeg 1 year ago
parent
commit
786468f437
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/system/user/UserImportForm.vue

+ 1 - 0
src/views/system/user/UserImportForm.vue

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