Browse Source

导入组件 导入前清空导入文件列表

master
陈薪名 11 months ago
parent
commit
2549ca2b26
  1. 1
      src/components/ImportForm/src/ImportForm.vue

1
src/components/ImportForm/src/ImportForm.vue

@ -218,6 +218,7 @@ const resetForm = () => {
//
formLoading.value = false
uploadRef.value?.clearFiles()
fileList.value = []
}
/** 文件数超出提示 */

Loading…
Cancel
Save