修改禅道已知bug

This commit is contained in:
sunFlower
2022-10-27 11:01:20 +08:00
parent e61dadc20f
commit 7a886825d2
@@ -373,7 +373,11 @@
antTableHeader[0].style = 'margin-bottom: -8px;padding-bottom: 0px;min-width: 8px;overflow: hidden' antTableHeader[0].style = 'margin-bottom: -8px;padding-bottom: 0px;min-width: 8px;overflow: hidden'
}) })
} }
if (this.$route.query.taskDefinitionKey != 'pgrqr') { let disabled = false
if (this.$route.query.isDisabled) {
disabled = JSON.parse(this.$route.query.isDisabled)
}
if (this.$route.query.taskDefinitionKey != 'pgrqr' && !disabled) {
this.dataSource.forEach(res => { this.dataSource.forEach(res => {
res.sponsorFeedback = '' res.sponsorFeedback = ''
}) })