fix 代码生成跳转参数bug

This commit is contained in:
izory
2021-10-11 17:25:24 +08:00
parent d5db4ebd00
commit d7bd6c9a7f

View File

@@ -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) {