ruoyi-ui/src/views/system/role/index.vue
@@ -355,8 +355,7 @@ /** 查询角色列表 */ getList() { this.loading = true; listRole(this.addDateRange(this.queryParams, this.dateRange)).then( response => { listRole(this.addDateRange(this.queryParams, this.dateRange)).then(response => { this.roleList = response.rows; this.total = response.total; this.loading = false;