疯狂的狮子li
2021-11-25 af25588b88a727b6c945796e3cf34ed3d4f05e89
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;