认证收集的参数导出 工程接口人角色只看到自己的数据
This commit is contained in:
@@ -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
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user