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: [