소스 검색

try to use console button

andre 4 년 전
부모
커밋
885bdfa6d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Vms/Pages/VmsDataTable.php

+ 1 - 1
app/UI/Vms/Pages/VmsDataTable.php

@@ -169,7 +169,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
             __FUNCTION__,
             $dataProv->getData()->getRecords(),
             'Debug',
-            $dataProv->getData()
+            $dataProv->getData()->getRecords()[0]['vmid']
         );
 
     }