WXL
2024-06-20 1be7d1dc4426a005621ddb14c96960ca4280bed1
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({