From dcf0bd39ec2973f306838a6fa91f550c53c5cfcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com>
Date: Sun, 29 Sep 2024 11:00:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BB=B6=E6=92=A4=E5=9B=9E=E6=A0=B9?=
=?UTF-8?q?=E6=8D=AE=E8=8F=9C=E5=8D=95=E5=9C=B0=E5=9D=80=E5=8F=82=E6=95=B0?=
=?UTF-8?q?=E5=8C=BA=E5=88=86=E4=B8=93=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/demo/workflow/revocation/index.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/demo/workflow/revocation/index.vue b/src/views/demo/workflow/revocation/index.vue
index a6229741..0b1e3999 100644
--- a/src/views/demo/workflow/revocation/index.vue
+++ b/src/views/demo/workflow/revocation/index.vue
@@ -32,7 +32,7 @@
:destroyOnClose="true"
>
-
+
@@ -66,8 +66,9 @@
const processId = ref('');
const revokeId = ref('');
const auditOpen = ref(false);
- const route = useRoute();
- searchInfo.category = route.query.category;
+ const route: any = useRoute();
+ const code = ref(route.name.split('@')[1]);
+ searchInfo.Code = code.value;
const [registerTable, { reload }] = useTable({
api: getRetractPageList,
columns: [