Test.EIImageViewer
he 2022-11-08 16:47:55 +08:00
parent 2a1277cce1
commit d49640de70
1 changed files with 2 additions and 1 deletions

View File

@ -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,
});
}