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 4bc4568c..6efe208d 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 @@ -7,7 +7,7 @@
- + - + - + + + + + + + + + + + + + @@ -514,7 +526,9 @@ const taskSearchDataDefault = () => { ReadingCategory: null, TaskAllocationState: null, BeginAllocateDate: null, - EndAllocateDate: null + EndAllocateDate: null, + SubjectAllocateState:null, + ArmList:[] } } export default {