From f68fa3bc5fc0a286c88d82ee6eb95e8ad6be0d16 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 27 六月 2024 15:21:55 +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