From 78c6f290eb090d02d92aa97be61b38dd64a28d1e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 24 十月 2025 09:08:54 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/phoneCall.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/api/AiCentre/phoneCall.js b/src/api/AiCentre/phoneCall.js
index 84769dc..f2f5124 100644
--- a/src/api/AiCentre/phoneCall.js
+++ b/src/api/AiCentre/phoneCall.js
@@ -1,11 +1,13 @@
 import request from "@/utils/request";
 
-
 // 鍒犻櫎澶栭儴鎮h�呰〃
 export function CallgetList() {
   return request({
     url: "/smartor/ServiceTelInfo/getList",
     method: "get",
+    params: {
+      orgid: localStorage.getItem("orgid"),
+    },
   });
 }
 // 鏌ヨ澶栭儴鎮h�呰〃

--
Gitblit v1.9.3