ludc
2023-08-29 3dd21c23e8d9eea848e3f3f2dd73e4d563bc92a7
Source/UBCS-WEB/src/components/Theme/ThemeImport.vue
@@ -123,7 +123,6 @@
    downloadTemplateFun(){
      this.downloadLoading = true;
      downloadBatchImportApplyTemplate({codeClassifyOid: this.codeClassifyOid}).then(res=>{
        console.log(res)
        this.$utilFunc.downloadFileByBlob(res.data,  "主题库分类模板.xls");
        this.downloadLoading = false;
      }).catch((res)=>{
@@ -133,7 +132,6 @@
    },
    //文件上传失败
    onError(res){
      console.log(res)
      this.pageLoading.close();
    },
    //文件状态改变