修改统计去除不涉及状态

This commit is contained in:
高嵩
2023-07-27 11:34:36 +08:00
parent f20941ecbc
commit e3936a5eb0
8 changed files with 152 additions and 7 deletions
@@ -362,6 +362,7 @@
handleChange(value) {
this.formInline.sdt = undefined
this.queryPersonByProject(this.formInline.dutyTerritory.join(','))
this.formInline = {...this.formInline}
},
queryPersonByProject(row) {
let query = {
@@ -306,7 +306,7 @@
}
this.regulatoryCertificationTaskPlanList.forEach(val => {
if (val.name == this.$t('initiatingProcess')) {
val.userName = this.$t('regulatoryEngineer')
val.userName = this.$t('Sponsor')
} else if (val.name == this.$t('Taskresponsibilityrecognition')) {
val.userName = this.$t('personLiable')
} else if (val.name == this.$t('designComplianceReview')) {