From b6a8dc4f0f93ba6628b41cf801e2a899672eecce Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 31 十二月 2024 19:12:27 +0800
Subject: [PATCH] lsat

---
 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