WXL (wul)
4 天以前 3eff20833d02fcc5c24e0ec91d0f1abe8fb810a3
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",
  });
}