update:更新一些页面操作
This commit is contained in:
@@ -31,6 +31,7 @@ class Role extends CatchTable
|
||||
Actions::create()
|
||||
])->withDialogWidth('40%')
|
||||
->toTreeTable()
|
||||
->forceUpdate()
|
||||
->render();
|
||||
}
|
||||
|
||||
|
@@ -31,6 +31,9 @@ class Permission extends Form
|
||||
self::select('module', '模块')
|
||||
->required()
|
||||
->style(['width' => '100%'])
|
||||
->allowCreate(true)
|
||||
->filterable(true)
|
||||
->clearable(true)
|
||||
->col(12)
|
||||
->options($this->getModules()),
|
||||
|
||||
|
Reference in New Issue
Block a user