RuoYi
2021-10-23 ef4fef3d56f569d151ef71a9288e9973a19f4f6d
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(() => {});
    }