提交 48bc69a8 authored 作者: haodaking's avatar haodaking

bug fixes

上级 4423d4cd
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
}, },
// 查看 // 查看
handleView(row) { handleView(row) {
this.$router.push({ name: 'appView', params: { id: row.id } }) this.$router.push({ name: 'appView', params: { id: row.id }, query: { appid: row.id } })
}, },
handleSettings(row) { handleSettings(row) {
this.$router.push({ path: '/settings/users', query: { appid: row.id } }) this.$router.push({ path: '/settings/users', query: { appid: row.id } })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论