From f7704b68b934a05495388eab9e30c94357b8cda9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Wed, 6 Nov 2024 08:41:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/followup.js | 20 +-
src/views/system/followup/index.vue | 352 ++++++++++++++++--
src/views/system/specialDiseaseNode/index.vue | 143 +++----
3 files changed, 383 insertions(+), 132 deletions(-)
diff --git a/src/api/system/followup.js b/src/api/system/followup.js
index cced368..5b3d603 100644
--- a/src/api/system/followup.js
+++ b/src/api/system/followup.js
@@ -5,4 +5,22 @@ export function manualFollowUpList(query) {
method: 'get',
params: query
})
-}
\ No newline at end of file
+}
+
+
+//创建实时呼叫任务
+export function createActualTimeTask(query) {
+ return request({
+ url: '/manage/signroute/createActualTimeTask',
+ method: 'post',
+ data: query
+ })
+}
+
+//AI通话获取录音
+export function getPhoneDialVideo(id) {
+ return request({
+ url: `/manage/signnode/getPhoneDialVideo/${id}`,
+ method: 'get',
+ })
+}
diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue
index e2cc7ad..a50040f 100644
--- a/src/views/system/followup/index.vue
+++ b/src/views/system/followup/index.vue
@@ -88,14 +88,16 @@
-
+
+
+
-
-
- 人工电话
- 智能外呼
+
+
+
+
+
+
+
+
+