🐞 fix(ID1001124):【编辑销售订单】--进行修改订单的编辑时,后台配布完成,再点击提交订单无弹框提示
This commit is contained in:
parent
fe222548d2
commit
e346eb824e
@ -600,6 +600,10 @@ const OrderDetails = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Taro.showToast({
|
||||||
|
title: res.data.msg,
|
||||||
|
icon: 'none',
|
||||||
|
})
|
||||||
Taro.hideLoading()
|
Taro.hideLoading()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user