master-control 0.4.64 → 0.4.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4194,7 +4194,7 @@ class MedialQuestionsComponent {
|
|
|
4194
4194
|
}
|
|
4195
4195
|
preparePersonUwQuestionsObj() {
|
|
4196
4196
|
this.questionList = [];
|
|
4197
|
-
let data = JSON.
|
|
4197
|
+
let data = JSON.parse(JSON.stringify(this.medialQuestionResponse()));
|
|
4198
4198
|
this.listOfDomainValuesForCheckBox = [];
|
|
4199
4199
|
let isDisable = false;
|
|
4200
4200
|
if (!this.checkIfValueIsEmpty(sessionStorage.getItem('isDisableMedicalQuestions'))) {
|