更改代码生成编辑表格跳转地址

This commit is contained in:
izory 2021-09-29 11:24:38 +08:00
parent c7dc2cd054
commit 2b263fb64d

View File

@ -160,7 +160,7 @@ export default {
*/ */
handleEditTable(row) { handleEditTable(row) {
console.log(row); console.log(row);
this.$router.push("/tool/editTable?tableId=" + row.tableId); this.$router.push("/tool/gen/editTable?tableId=" + row.tableId);
}, },
// //
handlePreview(row) { handlePreview(row) {