tree组件跳转添加携带title参数
This commit is contained in:
parent
b85e54cbf1
commit
e4b5fa37df
@ -104,7 +104,8 @@ export default {
|
||||
path: `${this.baseUrl}`,
|
||||
query: {
|
||||
...this.$route.query,
|
||||
catgId: row.id
|
||||
catgId: row.id,
|
||||
title: node.data.label
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user