update:交付物审批修改
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user