liyongli 2 年 前
コミット
b95c23039c
1 ファイル変更1 行追加8 行削除
  1. 1 8
      src/views/report/UpExcelSlcw/index.vue

+ 1 - 8
src/views/report/UpExcelSlcw/index.vue

@@ -5,8 +5,6 @@
       action="https://topic.smcic.net/record/pre-task/importExcel"
       :on-preview="handlePreview"
       accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel"
-      :on-remove="handleRemove"
-      :before-remove="beforeRemove"
       :file-list="fileList"
     >
       <el-button size="small" type="primary">点击上传</el-button>
@@ -30,15 +28,10 @@ export default {
   computed: {},
   filters: {},
   methods: {
-    handleRemove(file, fileList) {
-      console.log(file, fileList);
-    },
     handlePreview(file) {
       console.log(file);
     },
-    beforeRemove(file) {
-      return this.$confirm(`确定移除 ${file.name}?`);
-    },
+
   },
   beforeUnmount() {},
   components: {},