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