|
@@ -98,6 +98,9 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
// autosave on change
|
|
|
var dataArray = self.form.serializeArray();
|
|
|
$.post(url, dataArray, function(response) {}, 'json');
|
|
|
+ refreshSegment('omega_subjective_system');
|
|
|
+ refreshSegment('omega_assessment_system');
|
|
|
+ refreshSegment('omega_plan_system');
|
|
|
},
|
|
|
_autoSaveForm: function() {
|
|
|
let parent = $('#edit-sleep_health_intake-container').closest('form');
|
|
@@ -207,6 +210,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
};
|
|
|
var url = '/api/visitPoint/upsertNoteSingleton';
|
|
|
$.post(url, formData, function(response) {}, 'json');
|
|
|
+ refreshSegment('omega_cc');
|
|
|
});
|
|
|
},
|
|
|
},
|