Merge "fix: fix routerId of router port page"
This commit is contained in:
commit
22be7ac616
@ -54,7 +54,7 @@ export default class Ports extends Base {
|
|||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
routeName: this.getRouteName('routerPortDetail'),
|
routeName: this.getRouteName('routerPortDetail'),
|
||||||
routeParamsFunc: (data) => ({
|
routeParamsFunc: (data) => ({
|
||||||
routeId: this.id,
|
routerId: this.id,
|
||||||
id: data.id,
|
id: data.id,
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user