This commit is contained in:
Your Name
2026-04-17 11:30:12 +08:00
parent fd44feaf09
commit cd1905bc4d
3 changed files with 72 additions and 2 deletions
@@ -1656,6 +1656,7 @@ async function submitCreateOrderFromPrescription() {
const orderNo = row?.order_no
feedback.msgSuccess(orderNo ? `业务订单已创建,单号:${orderNo}` : '业务订单已创建')
createOrderVisible.value = false
getLists()
} catch (e) {
console.error(e)
} finally {