积硅步,至千里
2022-02-17 e7931380311ae5e4b41df8dc39b827ea29f09158
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;