WXL (wul)
6 天以前 51461f369f0b0ad1da96346afee5637302f1525b
src/api/AiCentre/Qtemplate.js
@@ -195,6 +195,22 @@
    data: data,
  });
}
export function taskmedicallist(data) {
  return request({
    url: "/smartor/taskmedical/list",
    method: "post",
    data: data,
  });
}
//任务组科室病区模板关联查询
export function rwztaskdepthospgetsonlist(data) {
  return request({
    url: "/smartor/taskSchedule/getTaskScheduleDeptList",
    method: "post",
    data: data,
  });
}
// 删除科室病区模板分类
export function depthospgetsondel(id) {
  return request({
@@ -216,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({
@@ -231,6 +255,14 @@
    data: data,
  });
}
// 任务组疾病关联
export function rwztaskdiaggetlist(data) {
  return request({
    url: "/smartor/taskSchedule/getTaskScheduleDiagList",
    method: "post",
    data: data,
  });
}
// 获取任务手术关联
export function taskopergetlist(data) {
  return request({