This commit is contained in:
2020-03-27 16:57:42 +07:00
parent 2dc20ec40a
commit 7b0f188794
4 changed files with 4 additions and 5 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,