mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
Merge pull request #2605 from jumpserver/pr@dev@ticket_nodes
perf: ticket node
This commit is contained in:
@@ -72,7 +72,7 @@ export default {
|
||||
treeNodes,
|
||||
statusMap: this.object.status.value === 'open' ? STATUS_MAP['pending'] : STATUS_MAP[this.object.state.value],
|
||||
requestForm: {
|
||||
nodes: this.object.apply_nodes,
|
||||
nodes: this.object.apply_nodes?.map(i => i.id),
|
||||
assets: this.object.apply_assets?.map(i => i.id),
|
||||
accounts: this.object.apply_accounts,
|
||||
actions: this.object.apply_actions,
|
||||
|
||||
Reference in New Issue
Block a user