WXL (wul)
6 天以前 355996a8644f56707f813ceffbd4552bc4be7fca
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",
  });
}