更改代码生成编辑表格跳转地址
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user