WXL (wul)
6 天以前 51461f369f0b0ad1da96346afee5637302f1525b
src/api/AiCentre/Qtemplate.js
@@ -25,6 +25,14 @@
    params: data,
  });
}
// 问卷模板列表(科室病区查询)
export function getSviLibTemplateByDeptCode(data) {
  return request({
    url: "/smartor/svyLibTemplate/getSviLibTemplateByDeptCode",
    method: "post",
    data: data,
  });
}
// 问卷模板详情
export function Qtemplateinfo(Id) {
  return request({
@@ -36,6 +44,13 @@
export function delQtemplateinfo(Id) {
  return request({
    url: "/smartor/svyLibTemplate/remove/" + Id,
    method: "get",
  });
}
// 查看问卷默认填报权限
export function getconfigKey(Id) {
  return request({
    url: "/system/config/configKey/" + Id,
    method: "get",
  });
}
@@ -165,10 +180,33 @@
    params: data,
  });
}
export function depthospgetsonlistnopage(data) {
  return request({
    url: "/smartor/td/listnopage",
    method: "get",
    params: data,
  });
}
//任务科室病区模板关联查询
export function taskdepthospgetsonlist(data) {
  return request({
    url: "/smartor/taskdept/list",
    method: "post",
    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,
  });
@@ -194,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({
@@ -204,7 +250,15 @@
// 获取任务疾病关联
export function taskdiaggetlist(data) {
  return request({
    url: "/smartor/taskdiag/list",
    url: "/smartor/taskdiag/listnopage",
    method: "post",
    data: data,
  });
}
// 任务组疾病关联
export function rwztaskdiaggetlist(data) {
  return request({
    url: "/smartor/taskSchedule/getTaskScheduleDiagList",
    method: "post",
    data: data,
  });