认证收集的参数导出 工程接口人角色只看到自己的数据

This commit is contained in:
zer0Black
2022-07-24 17:22:01 +08:00
parent 143d0a2ca3
commit 2715dd2b68
3 changed files with 34 additions and 4 deletions
@@ -822,11 +822,13 @@
paramsTemplateId: this.$route.query.paramsTemplateId,
paramsTemplatePublishVersion:1,
cut: this.cut,
userTypes: this.currentPersonRole,
exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')'
}
console.log(query)
getAction('/params/collectManifest/exportAll', query).then((res) => {
if (res && !res.success) {
this.$message.error(res.message)
}
this.textLoading = false
})
},