소스 검색

added util report

logicpowerhouse 4 년 전
부모
커밋
cf00cb678f
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      resources/views/app/practice-management/treatment-services-util.blade.php

+ 4 - 2
resources/views/app/practice-management/treatment-services-util.blade.php

@@ -67,8 +67,10 @@
 
     <script>
         $(document).ready( function () {
-            $('#table1').DataTable();
-            $('#table2').DataTable();
+            setTimeout(function(){
+                $('#table1').DataTable();
+                $('#table2').DataTable();
+            }, 3000);
         } );
     </script>