Skip to content

Commit 6b490a9

Browse files
committed
add FlowNodeHistory
1 parent 7b5745d commit 6b490a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/packages/flow-design/src/components/flow-approval

frontend/packages/flow-design/src/components/flow-approval/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class FlowApprovalApiImpl implements FlowApprovalApi {
1717
processNodes =async (body: Record<string, any>)=> {
1818
const response = await postProcessNodes(body);
1919
if(response.success){
20-
return response.data;
20+
return response.data.list;
2121
}
2222
}
2323

0 commit comments

Comments
 (0)