田源
2023-09-12 d53d2ceccf1163e11c635037c67b88a907b4cdf7
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,7 +289,6 @@
      }
    },
    onError(err) {
      console.log(err, "err");
      this.pageLoading.close();
    },
    uploadChange(file) {