fix: 订单管理退款修改,台桌跳转代客下单页面

This commit is contained in:
2025-03-06 19:32:13 +08:00
parent d6eb27186f
commit ef358f33bb
12 changed files with 758 additions and 129 deletions

View File

@@ -51,6 +51,14 @@ const Api = {
params
});
},
//挂账支付
creditPay(data: any) {
return request<any>({
url: `${baseURL}/creditPay`,
method: "post",
data
});
},
};