|
@@ -17,6 +17,7 @@ class ItemClassController extends BaseController
|
|
|
|
|
|
|
|
public function actionList()
|
|
public function actionList()
|
|
|
{
|
|
{
|
|
|
|
|
+ Yii::$app->params['pageSize'] = 100;
|
|
|
$where = ['sjId' => $this->sjId];
|
|
$where = ['sjId' => $this->sjId];
|
|
|
$list = ItemClassClass::getGhsItemClassList($where);
|
|
$list = ItemClassClass::getGhsItemClassList($where);
|
|
|
util::success($list);
|
|
util::success($list);
|