田源
2023-11-13 2c4301d44b3a8a85f0bd5e3262d6c662dfb7f244
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -140,7 +140,6 @@
      return this.currentTypeObj[this.type]["tipList"];
    },
    downloadTemplateApi() {
      console.log(this.currentTypeObj[this.type], "this.type");
      return this.currentTypeObj[this.type]["downloadTemplateFun"];
    },
    action() {
@@ -290,12 +289,13 @@
      }
    },
    onError(err) {
      console.log(err, "err");
      this.pageLoading.close();
      console.log('onError')
    },
    uploadChange(file) {
      if (file.status === "success" || file.status === "error") {
        this.pageLoading.close();
        console.log('uploadChange')
      }
    },
  },