From 44fe32a5b720638bc57c80f2f93641a3db5a8cc8 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 27 六月 2024 15:11:25 +0800
Subject: [PATCH] su

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

diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js
index 5e5a940..6eac46d 100644
--- a/src/api/system/tijian.js
+++ b/src/api/system/tijian.js
@@ -173,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