wlzboy
2025-12-24 b30c1ebb0e46e734e70f8731484764f449f48818
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'
  })
}