忽略本地报错信息文件
This commit is contained in:
@@ -1667,7 +1667,9 @@ const redispatchServiceOrder = async (order: OrderItem) => {
|
||||
isRedispatching = true
|
||||
uni.showLoading({ title: '正在重新派单', mask: true })
|
||||
try {
|
||||
console.log('[redispatchServiceOrder] 开始重新派单,orderId:', order.id)
|
||||
const result = await dispatchPaidHomecareOrder(order.id)
|
||||
console.log('[redispatchServiceOrder] 派单结果:', JSON.stringify(result))
|
||||
uni.hideLoading()
|
||||
if (result.success) {
|
||||
uni.showToast({ title: '派单成功', icon: 'success' })
|
||||
|
||||
Reference in New Issue
Block a user