oo0oo
2022-02-01 a6ed5667ab8e17bd7a20dc54def9fd0b9f4dc6b9
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;