From 74e541afe7400bc691320ed5957f9c99941206df Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Wed, 18 Dec 2019 09:06:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E5=95=86=E5=93=81=E6=A3=80=E7=B4=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF=E5=95=86=E5=93=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E5=92=8C=E5=90=8E=E5=8F=B0=E5=95=86=E5=93=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E4=B8=8B=E6=8B=89=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/modules/goods/views/goods/_search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/modules/goods/views/goods/_search.php b/backend/modules/goods/views/goods/_search.php index 8e00aec..5b8fca9 100755 --- a/backend/modules/goods/views/goods/_search.php +++ b/backend/modules/goods/views/goods/_search.php @@ -68,7 +68,7 @@ use backend\modules\goods\models\ars\ShopCategory; "errorOptions" => [ "class" => "error-tips" ] - ])->dropDownList(Category::modelColumn(), ['prompt' => '后台商品类别']); + ])->dropDownList(Category::modelColumn(0, 0), ['prompt' => '后台商品类别']); ?>
@@ -81,7 +81,7 @@ use backend\modules\goods\models\ars\ShopCategory; "errorOptions" => [ "class" => "error-tips" ] - ])->dropDownList(ShopCategory::modelColumn(), ['prompt' => '前端商品类别']); + ])->dropDownList(ShopCategory::modelColumn(0,0), ['prompt' => '前端商品类别']); ?>