From 85207d8aeb414fc67c8c3947cd1e79b27fce53b8 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 28 六月 2024 18:20:07 +0800
Subject: [PATCH] su

---
 src/api/system/tijian.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js
index 7dbb90c..6eac46d 100644
--- a/src/api/system/tijian.js
+++ b/src/api/system/tijian.js
@@ -41,6 +41,9 @@
   return request({
     url: "/hosp/project/getProParentIdDxList",
     method: "get",
+    // params: {
+    //   pname: pname,
+    // },
   });
 }
 
@@ -170,3 +173,18 @@
     params: data,
   });
 }
+
+export function getZhList() {
+  return request({
+    url: "/system/zhxm/getZhList",
+    method: "get",
+  });
+}
+
+export function listByZhId(zhId) {
+  return request({
+    url: "/system/zhxm/listByZhId",
+    method: "get",
+    params:{zhId:zhId}
+  });
+}

--
Gitblit v1.8.0