Test.EIImageViewer
parent
2a1277cce1
commit
d49640de70
|
@ -175,7 +175,7 @@ namespace IRaCIS.Application.Services
|
|||
QuestionName = "是否同意访视整体评估",
|
||||
Type = "input",
|
||||
GlobalAnswerType=GlobalAnswerType.AgreeOrNot,
|
||||
|
||||
GlobalReadingShowType= GlobalReadingShowType.AllShow,
|
||||
}
|
||||
|
||||
};
|
||||
|
@ -197,6 +197,7 @@ namespace IRaCIS.Application.Services
|
|||
QuestionName = item.QuestionName,
|
||||
Type = "input",
|
||||
GlobalAnswerType = item.GlobalAnswerType,
|
||||
GlobalReadingShowType= GlobalReadingShowType.AllShow,
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue