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