Commit d56144b15470d64ef83c4a8f4c1256346718ae49

Authored by fengwotao
1 parent 7010dbc5

fix: DEFECT-1555 导入的文件,点击删除按钮没反应

... ... @@ -102,7 +102,12 @@
102 102 <template>
103 103 <StepContainer>
104 104 <div class="">设备文件</div>
105   - <Upload.Dragger :fileList="fileList" :customRequest="handleParseFile" accept=".csv" name="file">
  105 + <Upload.Dragger
  106 + v-model:fileList="fileList"
  107 + :customRequest="handleParseFile"
  108 + accept=".csv"
  109 + name="file"
  110 + >
106 111 <section class="cursor-pointer flex flex-col justify-center items-center">
107 112 <InboxOutlined class="text-[4rem] !text-blue-400" />
108 113 <div class="text-gray-500">点击上传或拖拽上传</div>
... ...