fix:【BPM 工作流】流程预测时,“查看子流程”按钮不支持点击

This commit is contained in:
YunaiV
2025-07-22 19:31:40 +08:00
committed by xingyu
parent 7526ff5b87
commit f14954f7e2
4 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
import type { BpmProcessInstanceApi } from '#/api/bpm/processInstance';
import type { SystemUserApi } from '#/api/system/user';
// TODO @jason业务表单审批时读取不到界面参见 https://t.zsxq.com/eif2e
import { nextTick, onMounted, ref, shallowRef, watch } from 'vue';
import { Page } from '@vben/common-ui';