From 2e3b5da766e41ffbdb61365f72f80cc7523cba94 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期一, 04 十二月 2023 18:10:12 +0800
Subject: [PATCH] su

---
 src/api/hosp/teamAppLog.js |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/src/api/hosp/teamAppLog.js b/src/api/hosp/teamAppLog.js
index 5f6bac8..dcb6051 100644
--- a/src/api/hosp/teamAppLog.js
+++ b/src/api/hosp/teamAppLog.js
@@ -42,3 +42,30 @@
         method: 'delete'
     })
 }
+
+// 鏌ヨ鍥㈤槦棰勭害娌熼�氳褰曞垪琛�
+export function goutongList(id) {
+    return request({
+        url: '/hosp/TjTeamContactLog/list',
+        method: 'get',
+        id: id
+    })
+}
+
+// 鑾峰彇鍥㈤槦棰勭害娌熼�氳褰曡缁嗕俊鎭�
+export function TjTeamContactLog(id) {
+    return request({
+        url: '/hosp/TjTeamContactLog/' + id,
+        method: 'get'
+    })
+}
+
+// 鏂板鍥㈤槦棰勭害娌熼�氳褰�
+export function TjTeamContac(data) {
+    return request({
+        url: '/hosp/TjTeamContactLog',
+        method: 'post',
+        data: data
+    })
+}
+

--
Gitblit v1.8.0