WXL (wul)
5 天以前 2736806c9fbccb6e3fdf981a6f48a9343e21fa4a
src/api/AiCentre/Qtemplate.js
@@ -195,6 +195,13 @@
    data: data,
  });
}
export function taskmedicallist(data) {
  return request({
    url: "/smartor/taskmedical/list",
    method: "post",
    data: data,
  });
}
//任务组科室病区模板关联查询
export function rwztaskdepthospgetsonlist(data) {
@@ -225,6 +232,14 @@
    method: "get",
  });
}
// 删除任务药品关联
export function taskmedicaldel(data) {
  return request({
    url: `/smartor/taskmedical/remove`,
    method: "post",
    data: data,
  });
}
// 删除任务手术关联
export function taskoperhospgetsondel(id) {
  return request({