更新
This commit is contained in:
@@ -1544,7 +1544,9 @@ async function loadCreateOrderPaidOrders() {
|
||||
}
|
||||
try {
|
||||
createOrderPaidOrdersLoading.value = true
|
||||
const res: any = await prescriptionOrderPaidPayOrders({ diagnosis_id: did })
|
||||
const res: any = await prescriptionOrderPaidPayOrders({
|
||||
diagnosis_id: did
|
||||
})
|
||||
const lists = res?.lists ?? res?.data?.lists ?? []
|
||||
createOrderPaidOrders.value = Array.isArray(lists) ? lists : []
|
||||
const dep = Number(res?.deposit_min_amount ?? res?.data?.deposit_min_amount) || 0
|
||||
|
||||
Reference in New Issue
Block a user