修复bug
This commit is contained in:
parent
9bd9275230
commit
75f678ab84
|
@ -201,7 +201,7 @@ const ImageMachineReviewContent = (props) => {
|
|||
},
|
||||
body: JSON.stringify({
|
||||
ids: [formRef.current.record.others.id],
|
||||
op_type: 0,
|
||||
op_type: opType,
|
||||
...base,
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue