This commit is contained in:
2020-03-27 16:42:19 +07:00
parent a4510fce21
commit 85ff8b0e5a
5 changed files with 84 additions and 37 deletions

View File

@@ -43,7 +43,7 @@ class DashboardController extends Controller {
$this->view->title = "Bảng tổng hợp";
$searchModel = new FaceLogsSearch();
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);
return $this->render('index', [
'searchModel' => $searchModel,
'dataProvider' => $dataProvider,