| | |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 查看问卷默认填报权限 |
| | | export function getconfigKey(Id) { |
| | | return request({ |
| | | url: "/system/config/configKey/" + Id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 新增或修改问卷模板详情 |
| | | export function compileQtemplate(data) { |
| | | return request({ |
| | |
| | | data: data, |
| | | }); |
| | | } |
| | | |
| | | //任务组科室病区模板关联查询 |
| | | export function rwztaskdepthospgetsonlist(data) { |
| | | return request({ |
| | | url: "/smartor/taskSchedule/getTaskScheduleDeptList", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 删除科室病区模板分类 |
| | | export function depthospgetsondel(id) { |
| | | return request({ |
| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // 任务组疾病关联 |
| | | export function rwztaskdiaggetlist(data) { |
| | | return request({ |
| | | url: "/smartor/taskSchedule/getTaskScheduleDiagList", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 获取任务手术关联 |
| | | export function taskopergetlist(data) { |
| | | return request({ |