重点认证标准/政策合规性项目审查流程 实施日期 实施要求 回显
This commit is contained in:
+6
-8
@@ -138,24 +138,22 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
computed: {
|
||||
trackingChecklistProductTypeMap () {
|
||||
return this.dict.trackingChecklistProductType
|
||||
trackingChecklistProductTypeMap () {
|
||||
return this.dict.trackingChecklistProductType
|
||||
? this.dict.trackingChecklistProductType.reduce((obj, item) => {
|
||||
obj[item.value] = item.label
|
||||
return obj
|
||||
}, {})
|
||||
: []
|
||||
},
|
||||
trackingChecklistPutDemandMap () {
|
||||
return this.dict.trackingChecklistPutDemand
|
||||
},
|
||||
trackingChecklistPutDemandMap () {
|
||||
return this.dict.trackingChecklistPutDemand
|
||||
? this.dict.trackingChecklistPutDemand.reduce((obj, item) => {
|
||||
obj[item.value] = item.label
|
||||
return obj
|
||||
}, {})
|
||||
: []
|
||||
}
|
||||
},
|
||||
}
|
||||
showInput () {
|
||||
if (this.taskKey == 'PolicyComplianceProgramReviewProcessKey8' ||
|
||||
this.taskKey == 'PolicyComplianceProgramReviewProcessKey9') {
|
||||
|
||||
Reference in New Issue
Block a user