add bind 方法
This commit is contained in:
parent
58286b181b
commit
e75af49add
@ -29,7 +29,9 @@ class Role extends CatchTable
|
||||
->withApiRoute('roles')
|
||||
->withActions([
|
||||
Actions::create()
|
||||
])->withDialogWidth('40%')
|
||||
])
|
||||
->withBind()
|
||||
->withDialogWidth('40%')
|
||||
->toTreeTable()
|
||||
->forceUpdate()
|
||||
->render();
|
||||
|
Loading…
x
Reference in New Issue
Block a user