| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // 查询问卷模板列表 |
| | | export function taskgetQtemplateobj(data) { |
| | | return request({ |
| | | url: "smartor/svytemplateTask/selectInfoByCondition", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 问卷模板列表 |
| | | export function getQtemplatelist(data) { |
| | | return request({ |
| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // 医护保存数据 |
| | | export function savequestiondetail(data) { |
| | | return request({ |
| | | url: "/smartor/subtaskAnswer/savequestiondetail", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | //切换子任务模板 |
| | | export function updateTemplate(data) { |
| | | return request({ |
| | | url: "/smartor/serviceSubtask/updateTemplate", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |