作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

后台设备模块开发

... ... @@ -208,6 +208,7 @@ class AdminLightController extends AdminBaseController
$area = Db::name('temple_area')->where('temple_id', $data['temple_id'])->select();
$this->assign('area', $area);
$location=$this->getLocation(['id'=>$data['area_id']]);
print_r($location);
$this->assign('location', $location);
$this->assign('list', $data);
return $this->fetch();
... ...