| | |
| | | export function taskdepthospgetsonlist(data) { |
| | | return request({ |
| | | url: "/smartor/taskdept/list", |
| | | method: "get", |
| | | params: data, |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 删除科室病区模板分类 |
| | |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 删除任务疾病关联 |
| | | export function taskdiaghospgetsondel(id) { |
| | | return request({ |
| | | url: "/smartor/taskdiag/remove/" + id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 删除任务手术关联 |
| | | export function taskoperhospgetsondel(id) { |
| | | return request({ |
| | | url: "/smartor/taskoper/remove/" + id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 医护保存数据 |
| | | |
| | | export function serviceSubtaskDetailedit(data) { |