Commit fb51cb50 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏
parents 452b49c3 89d0ca63
......@@ -34,7 +34,7 @@ const FirstApprovedOrder:React.FC<FirstApprovedOrderProps> = (props) => {
const { run, loading } = useHttpRequest(PublicApi.postOrderSubmittedReviewOrderTwoAll)
const handleSubmitBatch = async () => {
const { code } = run({
const { code } = await run({
ids: rowSelectionCtl.selectedRowKeys
})
if (code === 1000) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment