若依
2021-11-01 2fe919b6ceeab958d1d5e65a8b39fca129f0e6c5
ruoyi-ui/src/views/monitor/logininfor/index.vue
@@ -221,7 +221,7 @@
        this.exportLoading = true;
        return exportLogininfor(queryParams);
      }).then(response => {
        this.download(response.msg);
        this.$download.name(response.msg);
        this.exportLoading = false;
      }).catch(() => {});
    }