Commit 2c14c119 authored by 前端-许佳敏's avatar 前端-许佳敏

fix:销售订单-二级审核异步处理

parent a4446dee
......@@ -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