From d7bd6c9a7f21d44555d0ee696a65b5256ce1f55e Mon Sep 17 00:00:00 2001 From: izory <791736813@qq.com> Date: Mon, 11 Oct 2021 17:25:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8F=82=E6=95=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/views/tool/gen/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ZR.Vue/src/views/tool/gen/index.vue b/ZR.Vue/src/views/tool/gen/index.vue index 84e72e0..9765f2a 100644 --- a/ZR.Vue/src/views/tool/gen/index.vue +++ b/ZR.Vue/src/views/tool/gen/index.vue @@ -161,9 +161,8 @@ export default { handleEditTable(row) { this.$router.push({ path: "/gen/editTable", - params: { tableId: row.tableId }, + query: { tableId: row.tableId }, }); - // this.$router.push({ path: "/job/log", params: param }); }, // 代码预览 handlePreview(row) {