修改禅道已知bug

This commit is contained in:
sunFlower
2022-10-27 14:09:46 +08:00
parent 60e585043f
commit 7dc56839b4
@@ -124,10 +124,16 @@
}) })
}, },
lawsOpinionAssessmentResult() { lawsOpinionAssessmentResult() {
let createBy = ''
if (this.$route.query.taskDefinitionKey == 'gcsfq' && this.disabled){
createBy = ''
}else{
createBy = this.userInfo().username
}
getAction(this.url.list, { getAction(this.url.list, {
lawsOpinionGatherId: this.queryProject.id, lawsOpinionGatherId: this.queryProject.id,
actiProcInstId: this.$route.query.prcId, actiProcInstId: this.$route.query.prcId,
createBy: this.userInfo().username createBy: createBy
}).then((res) => { }).then((res) => {
if (res.success) { if (res.success) {
this.feedbackDataList = res.result || [] this.feedbackDataList = res.result || []