mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
列表组件优化、下拉选框支持分组单选
This commit is contained in:
@ -73,10 +73,10 @@ class FormHandleModule
|
||||
* @date 2020-06-02
|
||||
* @desc description
|
||||
* @param [string] $module [模块位置]
|
||||
* @param [string] $action [模块方法(默认 Run 方法,可自动匹配控制器方法名)]
|
||||
* @param [string] $action [模块方法(默认 Index/Run 方法,可自动匹配控制器方法名)]
|
||||
* @param [mixed] $params [参数数据]
|
||||
*/
|
||||
public function Run($module, $action = 'Run', $params = [])
|
||||
public function Run($module, $action = 'Index', $params = [])
|
||||
{
|
||||
// 参数校验
|
||||
$ret = $this->ParamsCheckHandle($module, $action, $params);
|
||||
|
||||
Reference in New Issue
Block a user