From 88f2600efc5b231fa08ee3972ade99d4ea72dbe1 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 21 Jun 2022 17:20:52 +0800 Subject: [PATCH] x --- .../Service/Allocation/DTO/TaskAllocationRuleViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/TaskAllocationRuleViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/TaskAllocationRuleViewModel.cs index 25c31427a..fa13a6bac 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/TaskAllocationRuleViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/TaskAllocationRuleViewModel.cs @@ -134,7 +134,7 @@ namespace IRaCIS.Core.Application.ViewModel //访视任务产生的时候传递 - public List VisitGenerataTaskList { get; set; } + public List VisitGenerataTaskList { get; set; }=new List(); //裁判的时候传递 public List JudgeVisitTaskIdList { get; set; } = new List();