WXL
2024-08-02 a9a1a5cf8e6d6677374e9ef7bcddb97877e4eee4
src/api/AiCentre/Followup.js
@@ -47,6 +47,14 @@
      data: data,
    });
  }
  // 新增随访模版分类树
  export function editFollowupclassify(data) {
    return request({
      url: "/smartor/templateassort/edit",
      method: "post",
      data: data,
    });
  }
  // 删除随访模版分类
export function delFollowupclassify(Id) {
  return request({