产值管理审批流

This commit is contained in:
Teo
2025-08-07 19:22:17 +08:00
parent 0223d9d86e
commit f37ca487f6
28 changed files with 5272 additions and 39 deletions

View File

@ -160,6 +160,7 @@ const handleOpen = async (row: FlowTaskVO) => {
taskId: row.id,
type: 'approval',
formCustom: row.formCustom,
planMonth: row.businessId.split('_')[1],
formPath: row.formPath
});
workflowCommon.routerJump(routerJumpVo, proxy);