修改禅道已知bug
This commit is contained in:
@@ -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 || []
|
||||||
|
|||||||
Reference in New Issue
Block a user