update thu gọn danh sách cửa khi cấp quyền truy cập

This commit is contained in:
2020-11-04 10:55:53 +07:00
parent 65aced8ccf
commit f306d207d3
4 changed files with 35 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ class AssignController extends Controller {
Yii::$app->response->format = "json";
return [
"schedule" => Schedule::findOne($post['schedule'])->name,
"doors" => implode("<br>", $doors)
"doors" => $doors
];
}
}