From 2b263fb64d35abd04fc31f5e6bddb5073fdd5b1b Mon Sep 17 00:00:00 2001 From: izory <791736813@qq.com> Date: Wed, 29 Sep 2021 11:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=BC=96=E8=BE=91=E8=A1=A8=E6=A0=BC=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/views/tool/gen/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Vue/src/views/tool/gen/index.vue b/ZR.Vue/src/views/tool/gen/index.vue index cbdba71..4dcc7ec 100644 --- a/ZR.Vue/src/views/tool/gen/index.vue +++ b/ZR.Vue/src/views/tool/gen/index.vue @@ -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) {