Samson Mutunga 2 роки тому
батько
коміт
51c8e1694a

+ 2 - 2
resources/views/app/patient/segment-templates/omega_pe/edit.blade.php

@@ -44,7 +44,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
       <input type="hidden" name="noteUid" value="<?= $note->uid ?>">
       <input type="hidden" name="data">
 
-      <div id="edit-univ_physical_exam-container">
+      <div id="edit-omega-pe">
         <div class="form-group">
           <label class="m-0">General:</label>
           <div class="d-flex align-items-end">
@@ -371,7 +371,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
       let model = <?= $contentData ? json_encode($contentData) : '{}' ?>;
       let form = $('#edit-univ_physical_exam-container').closest('form');
       new Vue({
-        el: '#edit-univ_physical_exam-container',
+        el: '#edit-omega-pe',
         delimiters: ["@{{", "}}"],
         data: {
           data: model,