WXL (wul)
8 天以前 ffa22cc18c75c0a73a3fd987e2b62fbf55316db2
src/api/AiCentre/satisfactionse.js
@@ -19,6 +19,15 @@
  });
}
// 查询详情
export function getSfStatisticsHyperlink(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatisticsHyperlink",
    method: "post",
    data: data,
  });
}
// 修改满意度
export function updatesatisfaction(data) {
  return request({
@@ -35,8 +44,27 @@
    method: "get",
  });
}
// 异常处理列表
export function tracedeallist(data) {
  return request({
    url: "/smartor/trace/tracedeallist",
    method: "post",
    data: data,
  });
}
// 批量处理列表
export function tracelist(data) {
  return request({
    url: "/smartor/trace/list",
    method: "post",
    data: data,
  });
}
// 任务列表修改处理
export function traceedit(data) {
  return request({
    url: "/smartor/trace/edit",
    method: "post",
    data: data,
  });
}