This commit is contained in:
xingyu4j
2025-06-16 19:17:15 +08:00
parent 014785a1ad
commit e219e8f868
39 changed files with 175 additions and 138 deletions

View File

@@ -160,7 +160,9 @@ async function getApprovalDetail() {
: [];
}
}
} finally {}
} finally {
//
}
}
/** 审批相关:选择发起人 */
function selectUserConfirm(id: string, userList: any[]) {

View File

@@ -111,10 +111,12 @@ function onRefresh() {
<template>
<Page auto-content-height>
<DocAlert
title="审批接入(业务表单)"
url="https://doc.iocoder.cn/bpm/use-business-form/"
/>
<template #doc>
<DocAlert
title="审批接入(业务表单)"
url="https://doc.iocoder.cn/bpm/use-business-form/"
/>
</template>
<Grid table-title="请假列表">
<template #toolbar-tools>

View File

@@ -102,10 +102,12 @@ const [Grid, gridApi] = useVbenVxeGrid({
<template>
<Page auto-content-height>
<DocAlert
title="流程发起、取消、重新发起"
url="https://doc.iocoder.cn/bpm/process-instance"
/>
<template #doc>
<DocAlert
title="流程发起、取消、重新发起"
url="https://doc.iocoder.cn/bpm/process-instance"
/>
</template>
<Grid table-title="流程状态">
<!-- 摘要 -->