From cf422fa7cc284db857a9fca6d098b1b873fe6a5d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 15 七月 2025 09:22:30 +0800 Subject: [PATCH] zongjiancopy --- src/api/team/tuanti.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js index 8df59b8..d2c6542 100644 --- a/src/api/team/tuanti.js +++ b/src/api/team/tuanti.js @@ -82,4 +82,20 @@ }) } +// 鑾峰彇鑱屼笟鍗曚綅淇℃伅闆嗗悎 +export function getZybCompList() { + return request({ + url: '/system/comp/getZybCompList', + method: 'get', + }) +} + +//鑱屼笟鍥綋棰勭害纭鎺ュ彛 (鏂扮増鏈�) +export function newReservationConfirmxbb(data) { + return request({ + url: '/zhiye/order/newReservationConfirmxbb' , + method: 'post', + data:data + }) +} -- Gitblit v1.8.0