system user 分页
This commit is contained in:
parent
23505789af
commit
3e88a397ac
|
@ -283,6 +283,7 @@
|
|||
:visible.sync="drawer"
|
||||
:with-header="false"
|
||||
size="40%"
|
||||
style="overflow-y:auto"
|
||||
>
|
||||
<recorddo
|
||||
ref="recorddo"
|
||||
|
|
|
@ -226,7 +226,7 @@ class RoleViewSet(ModelViewSet):
|
|||
ordering = 'id'
|
||||
|
||||
|
||||
class UserViewSet(ModelViewSet):
|
||||
class UserViewSet(PageOrNot, ModelViewSet):
|
||||
"""
|
||||
用户管理:增删改查
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue