WXL (wul)
22 小时以前 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b
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",
  });
}