|
@@ -144,7 +144,7 @@ export default {
|
|
|
},
|
|
|
/** 新增按钮操作 */
|
|
|
handleAdd() {
|
|
|
- this.$router.push("/datasheet/mysql");
|
|
|
+ this.$router.push("/data/createTable");
|
|
|
},
|
|
|
/** 搜索按钮操作 */
|
|
|
handleQuery() {
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
},
|
|
|
handleUpdate(row) {
|
|
|
this.$router.push({
|
|
|
- path: "/datasheet/mysql",
|
|
|
+ path: "/data/createTable",
|
|
|
query: {
|
|
|
tableName: row.tableName,
|
|
|
tableComment: row.tableComment,
|