ludc
2023-09-05 82b5ca0a1c0fa2b3902b7c5b8792386e07b5f19b
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();
    },
    //文件状态改变