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