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