重点认证标准/政策合规性项目审查流程 实施日期 实施要求 回显

This commit is contained in:
baoyu
2024-04-12 13:32:16 +08:00
parent 4c1b7538f1
commit fc9a71e6df
@@ -138,24 +138,22 @@ export default {
} }
}, },
computed: { computed: {
computed: { trackingChecklistProductTypeMap () {
trackingChecklistProductTypeMap () { return this.dict.trackingChecklistProductType
return this.dict.trackingChecklistProductType
? this.dict.trackingChecklistProductType.reduce((obj, item) => { ? this.dict.trackingChecklistProductType.reduce((obj, item) => {
obj[item.value] = item.label obj[item.value] = item.label
return obj return obj
}, {}) }, {})
: [] : []
}, },
trackingChecklistPutDemandMap () { trackingChecklistPutDemandMap () {
return this.dict.trackingChecklistPutDemand return this.dict.trackingChecklistPutDemand
? this.dict.trackingChecklistPutDemand.reduce((obj, item) => { ? this.dict.trackingChecklistPutDemand.reduce((obj, item) => {
obj[item.value] = item.label obj[item.value] = item.label
return obj return obj
}, {}) }, {})
: [] : []
} }
},
showInput () { showInput () {
if (this.taskKey == 'PolicyComplianceProgramReviewProcessKey8' || if (this.taskKey == 'PolicyComplianceProgramReviewProcessKey8' ||
this.taskKey == 'PolicyComplianceProgramReviewProcessKey9') { this.taskKey == 'PolicyComplianceProgramReviewProcessKey9') {