system user 分页

This commit is contained in:
caoqianming 2021-04-13 10:50:59 +08:00
parent 23505789af
commit 3e88a397ac
2 changed files with 2 additions and 1 deletions

View File

@ -283,6 +283,7 @@
:visible.sync="drawer"
:with-header="false"
size="40%"
style="overflow-y:auto"
>
<recorddo
ref="recorddo"

View File

@ -226,7 +226,7 @@ class RoleViewSet(ModelViewSet):
ordering = 'id'
class UserViewSet(ModelViewSet):
class UserViewSet(PageOrNot, ModelViewSet):
"""
用户管理增删改查
"""