RuoYi
2026-03-11 39c1dafced38faae3cc83679bd08dfd482ba08d3
ruoyi-ui/src/views/system/role/authUser.vue
@@ -184,7 +184,7 @@
      }).catch(() => {})
    },
    /** 批量取消授权按钮操作 */
    cancelAuthUserAll(row) {
    cancelAuthUserAll() {
      const roleId = this.queryParams.roleId
      const userIds = this.userIds.join(",")
      this.$modal.confirm('是否取消选中用户授权数据项?').then(function() {