Showing
1 changed file
with
1 additions
and
1 deletions
@@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
53 | 53 | ||
54 | 54 | ||
55 | <cm-userright :isUser="false" :buttonTexts="['删除', '添加']" :showDialogVisible="showUserDialogVisible" :titles="['所有用户', '已添加用户']" | 55 | <cm-userright :isUser="false" :buttonTexts="['删除', '添加']" :showDialogVisible="showUserDialogVisible" :titles="['所有用户', '已添加用户']" |
56 | - :selectedArr="userFileRight" @callback="selectUser" @hideDialog="showUserDialog" :showOrg="false" :showGroup="false" | 56 | + :userArr="userList" :selectedArr="userFileRight" @callback="selectUser" @hideDialog="showUserDialog" :showOrg="false" :showGroup="false" |
57 | title="选择用户"></cm-userright> | 57 | title="选择用户"></cm-userright> |
58 | </div> | 58 | </div> |
59 | </div> | 59 | </div> |
-
Please register or login to post a comment