| xqd
@@ -46,7 +46,7 @@ class OrderDeviceController extends BaseController
|
|
|
list($model, $model_name, $pre_uri) = array($this->model, $this->model_name, $this->pre_uri);
|
|
|
$options = ( new Device())->getDeviceOptions();
|
|
|
$project_work_point_options = (new Project())->getTwoLevelOptions();
|
|
|
- return view($this->view_path . 'rent-list', compact('model', 'model_name','pre_uri'));
|
|
|
+ return view($this->view_path . 'rent-list', compact('model', 'model_name','pre_uri','options','project_work_point_options'));
|
|
|
}
|
|
|
|
|
|
public function rent()
|