Răsfoiți Sursa

处理冲突文件

wukai 2 ani în urmă
părinte
comite
c1b9aae9a5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/doc/groupUser/selectUser.vue

+ 1 - 1
src/views/doc/groupUser/selectUser.vue

@@ -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;