tree组件跳转添加携带title参数

This commit is contained in:
hejin 2025-09-24 22:17:50 +08:00
parent b85e54cbf1
commit e4b5fa37df

View File

@ -104,7 +104,8 @@ export default {
path: `${this.baseUrl}`,
query: {
...this.$route.query,
catgId: row.id
catgId: row.id,
title: node.data.label
}
})
}