fix: fix routerId of router port page

fix routerId of router port page

Change-Id: I389b588e9aa7e0642649243b5099947c72ab40f6
This commit is contained in:
zhangke 2022-02-24 15:22:29 +08:00
parent 088c38e65c
commit 25c36f1bf8

View File

@ -54,7 +54,7 @@ export default class Ports extends Base {
dataIndex: 'name',
routeName: this.getRouteName('routerPortDetail'),
routeParamsFunc: (data) => ({
routeId: this.id,
routerId: this.id,
id: data.id,
}),
},