perf: 工单流详情优化

This commit is contained in:
feng626 2021-09-15 19:32:28 +08:00
parent b9b6bccb7f
commit b9bdf35bb9

View File

@ -69,7 +69,7 @@ export default {
value: ''
}]
this.object.rules.forEach((item, index) => {
if (index === 0) {
if (item.level === 1) {
approvalData[0].value = item.strategy_display
approvalData[1].value = item.assignees_display.join(',')
} else {