update:token登录

This commit is contained in:
2025-12-08 19:34:11 +08:00
parent 0e0f2e7752
commit db3be950ab
12 changed files with 129 additions and 8 deletions

View File

@@ -65,6 +65,7 @@
<h3>{{ currentData?.processName }}</h3>
</template>
<template #default>
<!-- SPDM CODE -->
<div class="spdm-approve-preview">
<div v-show="processRreview" class="spdm-content">
<SpdmView :processId="processInstanceId" @load="previewLoadFun" />
@@ -114,7 +115,7 @@ import FlowNodeFormat from '/@/views/flow/form/tools/FlowNodeFormatData.vue';
import other from '/@/utils/other';
import {queryMineTask, queryTask} from '/@/api/flow/task';
import {BasicTableProps, useTable} from '/@/hooks/table';
import SpdmView from '/@/spdm/views/preview.vue'
import SpdmView from '/@/spdm/views/preview.vue'; // SPDM CODE
const rightDrawerVisible = ref(false);
const showSearch = ref(true);