From 5f5425c1be29b82205f19b7779cda67cfcc3a6e5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期三, 19 六月 2024 17:53:26 +0800
Subject: [PATCH] qxtj

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