From 36746ac4b61d5ccaaf4dc1bcc10f290902cf2eaf Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 26 Mar 2024 16:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B7=BB=E5=8A=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspection.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/api/inspection.js b/src/api/inspection.js index b33a9ae..09c4f44 100644 --- a/src/api/inspection.js +++ b/src/api/inspection.js @@ -26,4 +26,22 @@ export function getPatientJoinedTrialList(data) { method: 'post', data }) +} + +// 获取患者列表(下拉框) +export function getTrialSubejctSelectList(data) { + return request({ + url: '/Patient/getTrialSubejctSelectList', + method: 'post', + data + }) +} + +// 患者与受试者建立绑定关系 +export function addSubjectPatientBinding(data) { + return request({ + url: '/Patient/addSubjectPatientBinding', + method: 'post', + data + }) } \ No newline at end of file