فهرست منبع

Dx includeAll logic fix

Vijayakrishnan 4 سال پیش
والد
کامیت
a1ac11abe8
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      resources/views/app/patient/canvas-sections/dx/form.blade.php

+ 2 - 1
resources/views/app/patient/canvas-sections/dx/form.blade.php

@@ -168,7 +168,7 @@ $formID = rand(0, 100000);
             window.clientDXApp = new Vue({
                 el: '#dxSection',
                 data: {
-                    includeAll: true,
+                    includeAll: false,
                     items: <?= json_encode($contentData['items']) ?>,
                     inclusion: [],
                     favorites: favorites,
@@ -182,6 +182,7 @@ $formID = rand(0, 100000);
                     this.initTitleAutoSuggest();
                     $('#dxSection [moe][initialized]').removeAttr('initialized');
                     initMoes();
+                    this.includeChanged();
                 },
                 watch: {
                     items: {