From adda91213e707bfc18806dd4128c2bb964818bd0 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Sat, 21 Sep 2024 16:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=A4=B4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/edittablehead/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index 62b828b5..ae47edca 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -138,7 +138,8 @@ const tableEl1 = ref(); const initTable = async () => { try { - const submitData = { tableKey: $route.fullPath + props.columnListName }; + console.log('$route :>> ', $route); + const submitData = { tableKey: $route.path + props.columnListName }; const res = await getTableSeting(submitData);