From 9fd8b6d713fd000c8912c7a105724d1e6315ac94 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期三, 17 九月 2025 10:38:50 +0800 Subject: [PATCH] 缩放 --- src/api/AiCentre/satisfaction.js | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/satisfaction.js b/src/api/AiCentre/satisfaction.js new file mode 100644 index 0000000..1d72c6e --- /dev/null +++ b/src/api/AiCentre/satisfaction.js @@ -0,0 +1,30 @@ +import request from "@/utils/request"; + +// 澶栭摼鑾峰彇闅忚 +export function getScriptByCondition(data) { + return request({ + url: "/smartor/servicetask/getScriptByCondition", + method: "post", + data: data + }); +} + + + +// 缂撳瓨闂嵎 +export function saveMYDQuestionAnswer(data) { + return request({ + url: "/smartor/subtaskAnswer/saveMYDQuestionAnswer", + method: "post", + data: data + }); +} +// 缂撳瓨闂嵎 +export function WLgetDept(orgid) { + return request({ + url: "/getDept/" + orgid, + method: "get", + }); +} + + -- Gitblit v1.9.3