WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
src/api/AiCentre/Qtemplate.js
@@ -182,14 +182,14 @@
// 删除任务疾病关联
export function taskdiaghospgetsondel(id) {
  return request({
    url: "/smartor/taskdiag/remove/" + id,
    url: `/smartor/taskdiag/remove/${id}`,
    method: "get",
  });
}
// 删除任务手术关联
export function taskoperhospgetsondel(id) {
  return request({
    url: "/smartor/taskoper/remove/" + id,
    url: `/smartor/taskoper/remove/${id}`,
    method: "get",
  });
}