zxl
2025-03-20 ac1f8e130c8753d0a69f1e83d698c46d13c63044
src/views/system/role/selectUser.vue
@@ -127,9 +127,11 @@
      }
      authUserSelectAll({ roleId: roleId, userIds: userIds }).then(res => {
        this.$modal.msgSuccess(res.msg);
        this.visible = false;
        this.$emit("ok");
      });
        if (res.code === 200) {
          this.visible = false;
          this.$emit("ok");
        }
      });
    }
  }
};