修改统计去除不涉及状态
This commit is contained in:
+1
@@ -362,6 +362,7 @@
|
||||
handleChange(value) {
|
||||
this.formInline.sdt = undefined
|
||||
this.queryPersonByProject(this.formInline.dutyTerritory.join(','))
|
||||
this.formInline = {...this.formInline}
|
||||
},
|
||||
queryPersonByProject(row) {
|
||||
let query = {
|
||||
|
||||
+1
-1
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user