Merge "fix: fix routerId of router port page"

This commit is contained in:
Zuul 2022-02-24 08:18:07 +00:00 committed by Gerrit Code Review
commit 22be7ac616

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,
}),
},