|
@@ -303,7 +303,7 @@ class WasteApplyOption extends Auth {
|
|
|
->field('id,real_name as title')
|
|
|
->select();
|
|
|
}
|
|
|
- $type = (new \app\common\model\WasteType())->getList();
|
|
|
+ $type = (new \app\common\model\WasteType())->getList($this->orgId);
|
|
|
$addr = model('Address')->getListByType(7,$this->orgId);
|
|
|
$this->assign('addr', $addr);
|
|
|
$this->assign('type', $type);
|