update:交付物审批修改

This commit is contained in:
2026-02-04 17:50:22 +08:00
parent f63839f58c
commit 67cfb7c789

View File

@@ -322,7 +322,9 @@ const updateFun = async () => {
};
const systemApproveQueryApproveFlowTempalteFun = async () => {
const res: any = await systemApproveQueryApproveFlowTempalteApi({});
const res: any = await systemApproveQueryApproveFlowTempalteApi({
moduleCode: 'SIMULATION_PLAN_APPROVAL',
});
if (res && res.code === 200) {
templateList.value = res.data.filter((item: any) => {