fix 代码生成跳转参数bug
This commit is contained in:
parent
d5db4ebd00
commit
d7bd6c9a7f
@ -161,9 +161,8 @@ export default {
|
|||||||
handleEditTable(row) {
|
handleEditTable(row) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: "/gen/editTable",
|
path: "/gen/editTable",
|
||||||
params: { tableId: row.tableId },
|
query: { tableId: row.tableId },
|
||||||
});
|
});
|
||||||
// this.$router.push({ path: "/job/log", params: param });
|
|
||||||
},
|
},
|
||||||
// 代码预览
|
// 代码预览
|
||||||
handlePreview(row) {
|
handlePreview(row) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user