mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 06:42:26 +00:00
perf: 工单流详情优化
This commit is contained in:
parent
b9b6bccb7f
commit
b9bdf35bb9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user