From 19fcbffa594b0e7f4d96384285e2286425685cf6 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 23 Oct 2024 15:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/edittablehead/index.vue | 2 +- src/views/distribution/inventory/BookingNote.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index ae47edca..26aaa0f4 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -220,7 +220,7 @@ const initSortable = () => { // functions.setStorage($route.fullPath + props.columnListName, arr); postSaveTableSeting({ - tableKey: $route.fullPath + props.columnListName, + tableKey: $route.path + props.columnListName, tableSetCongig: JSON.stringify(arr), }); // emit('update:modelValue', arr); diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue index a70e5ff9..08be1813 100644 --- a/src/views/distribution/inventory/BookingNote.vue +++ b/src/views/distribution/inventory/BookingNote.vue @@ -1755,7 +1755,6 @@ const handleEdit = () => { name: '改单', id: $route.query.id, type: 'edit', - backPath: '/waybill/WaybillOrderList', orderStatus: Number(details.query.waybillType) === 1 ? 'haveData' : 'notHaveData', }, }); @@ -1769,7 +1768,6 @@ const handleEdit = () => { name: '改单', id: $route.query.id, type: 'edit', - backPath: '/waybill/WaybillOrderList', }, }); }