认证-参数清单-参数导出改为同步

This commit is contained in:
liyawei
2022-11-24 11:31:53 +08:00
parent 56a3124a0e
commit cf54c4271b
2 changed files with 51 additions and 55 deletions
@@ -921,12 +921,8 @@
userTypes: this.currentPersonRole,
exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')'
}
getAction('/params/collectManifest/exportAll', query).then((res) => {
if (res && !res.success) {
this.$message.error(res.message)
}
this.textLoading = false
})
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
downloadFile('/params/collectManifest/exportAll', name , query , this.selectClear)
},
//填写人导出
handleExportDre(){