田源
2023-10-16 583330bbbcb9c94b9aed84c8c43e4a78bc4a3478
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();
    },
    //文件状态改变