From c1a720f950f96f9315dd152289ea57b673d47d84 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 31 十二月 2024 18:53:11 +0800 Subject: [PATCH] 1 --- src/api/system/package.js | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/src/api/system/package.js b/src/api/system/package.js index 9847cda..53e1f3f 100644 --- a/src/api/system/package.js +++ b/src/api/system/package.js @@ -115,7 +115,13 @@ } - +export function selectName(query) { + return request({ + url: '/hosp/customer/vcustomerlist', + method: 'get', + params: query + }) +} export function Packagestlist(query) { return request({ @@ -175,4 +181,13 @@ url: '/system/zhxm/' + pacIds, method: 'delete' }) +} + + +export function getlistByZhId(query) { + return request({ + url: '/system/zhxm/listByZhId', + method: 'get', + params: query + }) } \ No newline at end of file -- Gitblit v1.8.0