From 91f78c7a3c325b7627f269524cdf92f006948cdf Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期一, 20 十月 2025 17:37:35 +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