app/api/task.js @@ -157,3 +157,11 @@ method: 'post' }) } // 检查任务是否上传了知情同意书 export function checkTaskConsentAttachment(taskId) { return request({ url: '/task/attachment/sync/task/check/' + taskId, method: 'post' }) }