From 37c415c0efafa95840fb0785d7c25b35d43f2dfb Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 14 Mar 2024 11:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=98=85=E7=89=87=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=88=86=E9=85=8D=E3=80=91=E5=A2=9E=E5=8A=A0=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/read-task-allocation/index.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/read-task-allocation/index.vue b/src/views/trials/trials-panel/reading/read-task-allocation/index.vue index 6efe208d..c0597784 100644 --- a/src/views/trials/trials-panel/reading/read-task-allocation/index.vue +++ b/src/views/trials/trials-panel/reading/read-task-allocation/index.vue @@ -34,7 +34,7 @@ - + @@ -506,7 +506,9 @@ const searchDataDefault = () => { DoctorUserId: null, IsHaveAssigned: null, IsAssignConfirmed: null, - TrialReadingCriterionId: null + TrialReadingCriterionId: null, + SubjectAllocateState:null, + ArmList:[] } } const taskSearchDataDefault = () => { @@ -599,6 +601,14 @@ export default { if (v) { this.getList() } + }, + "searchData.SubjectAllocateState":{ + handler(){ + if(!this.searchData.SubjectAllocateState){ + this.searchData.ArmList = []; + } + }, + // immediate:true } }, mounted() {