|
|
@ -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' => '后台商品类别']); |
|
|
|
?>
|
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
@ -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' => '前端商品类别']); |
|
|
|
?>
|
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|