From d54ac083e2992a5613f5cb22849db9742dbe9a9b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 22 十月 2025 11:06:14 +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