更改代码生成编辑表格跳转地址
This commit is contained in:
parent
c7dc2cd054
commit
2b263fb64d
@ -160,7 +160,7 @@ export default {
|
||||
*/
|
||||
handleEditTable(row) {
|
||||
console.log(row);
|
||||
this.$router.push("/tool/editTable?tableId=" + row.tableId);
|
||||
this.$router.push("/tool/gen/editTable?tableId=" + row.tableId);
|
||||
},
|
||||
// 代码预览
|
||||
handlePreview(row) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user