|
@@ -126,7 +126,7 @@ export default {
|
|
|
this.$modal.msgError("请选择要分配的用户");
|
|
|
return;
|
|
|
}
|
|
|
- authUserSelectAll({ groupId: groupId, userIds: userIds }).then(res => {
|
|
|
+ groupUserSelectAll({ groupId: groupId, userIds: userIds }).then(res => {
|
|
|
this.$modal.msgSuccess(res.msg);
|
|
|
if (res.code === 200) {
|
|
|
this.visible = false;
|