🐞 fix(ID1001124):【编辑销售订单】--进行修改订单的编辑时,后台配布完成,再点击提交订单无弹框提示

This commit is contained in:
Haiyi 2023-01-12 17:49:56 +08:00
parent fe222548d2
commit e346eb824e

View File

@ -600,6 +600,10 @@ const OrderDetails = () => {
}) })
} }
else { else {
Taro.showToast({
title: res.data.msg,
icon: 'none',
})
Taro.hideLoading() Taro.hideLoading()
} }
} }