From e6895f570cd45ac1806bd0a8fd411a394b4150b9 Mon Sep 17 00:00:00 2001 From: xxm1995 Date: Fri, 12 Apr 2024 18:01:04 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=88=86=E8=B4=A6=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../order/allocation/AllocationOrder.api.ts | 10 ++++++++++ .../order/allocation/AllocationOrderList.vue | 18 ++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) 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 @@