修复bug

This commit is contained in:
yezian 2024-07-29 13:56:26 +08:00
parent 9bd9275230
commit 75f678ab84
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ const ImageMachineReviewContent = (props) => {
}, },
body: JSON.stringify({ body: JSON.stringify({
ids: [formRef.current.record.others.id], ids: [formRef.current.record.others.id],
op_type: 0, op_type: opType,
...base, ...base,
}), }),
}); });