Skip to content

Commit 516ed27

Browse files
committed
fix form
1 parent 7e23c26 commit 516ed27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mobile-ui/src/components/flow/view/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ const $FlowView: React.FC<FlowViewProps> = (props) => {
4848
setData(res.data);
4949
}
5050
});
51+
return;
5152
}
5253
if (props.workCode) {
5354
detail(null, props.workCode).then(res => {
5455
if (res.success) {
5556
setData(res.data);
5657
}
5758
});
59+
return;
5860
}
5961
}
6062

0 commit comments

Comments
 (0)