From 0bf469d37dfb9163b8a308109e33b083c5dfb0dc Mon Sep 17 00:00:00 2001 From: bestlee Date: Sun, 20 Sep 2026 11:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8F=98=E6=9B=B4=E8=AF=A6?= =?UTF-8?q?=E6=83=85=EF=BC=8C=E7=84=B6=E5=90=8E=E8=BF=94=E5=9B=9E=E5=8E=9F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/changeLedger/modules/list.vue | 4 ++-- src/views/changeLedger/myChanges/index.vue | 2 +- src/views/changeLedger/workshopChanges/index.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/changeLedger/modules/list.vue b/src/views/changeLedger/modules/list.vue index 3a7eb84..c2699f3 100644 --- a/src/views/changeLedger/modules/list.vue +++ b/src/views/changeLedger/modules/list.vue @@ -10,7 +10,7 @@ import { changeLedgerListApi } from '@/service/api/changeLedger'; const { routerPushByKey } = useRouterPush(); const themeStore = useThemeStore(); -const props = defineProps(['self']) +const props = defineProps(['self', 'keyValue']) const loading = ref(false); // 组织树 @@ -170,7 +170,7 @@ const sortChoose = (val:string) => { // 跳转详情 const jumpTo = (r:any) => { - routerPushByKey("details_index",{ query: { id: r?.id?.toString(),status:r?.status?.toString() || '',key:'changeledger_mychanges' } }); + routerPushByKey("details_index",{ query: { id: r?.id?.toString(),status:r?.status?.toString() || '',key:props.keyValue } }); } // 打开进度 const openProgress = (r: any) => { diff --git a/src/views/changeLedger/myChanges/index.vue b/src/views/changeLedger/myChanges/index.vue index bdde4a3..1689b74 100644 --- a/src/views/changeLedger/myChanges/index.vue +++ b/src/views/changeLedger/myChanges/index.vue @@ -4,6 +4,6 @@ import List from "../modules/list.vue"; diff --git a/src/views/changeLedger/workshopChanges/index.vue b/src/views/changeLedger/workshopChanges/index.vue index 0391341..fb42c6f 100644 --- a/src/views/changeLedger/workshopChanges/index.vue +++ b/src/views/changeLedger/workshopChanges/index.vue @@ -4,6 +4,6 @@ import List from "../modules/list.vue"; \ No newline at end of file