From 9473a160903d1407de0cf882a66aa410eb14af23 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期三, 03 七月 2024 11:52:16 +0800
Subject: [PATCH] qxth

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