mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复网域-网关更新后页面undefined问题
This commit is contained in:
@@ -78,7 +78,7 @@ export default {
|
||||
connectivity: connectivityMeta,
|
||||
actions: {
|
||||
formatterArgs: {
|
||||
updateRoute: 'GatewayUpdate',
|
||||
updateRoute: { name: 'GatewayUpdate', query: { domain: this.object.id }},
|
||||
performDelete: ({ row }) => {
|
||||
const id = row.id
|
||||
const url = `/api/v1/assets/gateways/${id}/`
|
||||
|
||||
Reference in New Issue
Block a user