mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 22:42:49 +00:00
添加分类刷新
This commit is contained in:
parent
0f79d88751
commit
0a560a4422
@ -61,6 +61,8 @@ class StoreCategory extends AuthController
|
||||
Form::radio('is_show','状态',1)->options([['label'=>'显示','value'=>1],['label'=>'隐藏','value'=>0]])
|
||||
]);
|
||||
$form->setMethod('post')->setTitle('添加分类');
|
||||
$form->setMethod('post')->setTitle('添加产品')->setSuccessScript('parent.$(".J_iframe:visible")[0].contentWindow.location.reload();');
|
||||
|
||||
$this->assign(compact('form'));
|
||||
return $this->fetch('public/form-builder');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user