diff --git a/src/views/payment/order/allocation/AllocationOrder.api.ts b/src/views/payment/order/allocation/AllocationOrder.api.ts index 29f1dfe00..69e62dc7a 100644 --- a/src/views/payment/order/allocation/AllocationOrder.api.ts +++ b/src/views/payment/order/allocation/AllocationOrder.api.ts @@ -52,6 +52,16 @@ export function detail(id) { }) } +/** + * 查询分账结果 + */ +export function sync(id){ + return defHttp.post>({ + url: '/order/allocation/sync', + params: { id }, + }) +} + /** * 分账订单 */ diff --git a/src/views/payment/order/allocation/AllocationOrderList.vue b/src/views/payment/order/allocation/AllocationOrderList.vue index ad1639496..0c98935bc 100644 --- a/src/views/payment/order/allocation/AllocationOrderList.vue +++ b/src/views/payment/order/allocation/AllocationOrderList.vue @@ -36,7 +36,7 @@ @@ -59,7 +59,7 @@