RuoYi
2021-10-23 ef4fef3d56f569d151ef71a9288e9973a19f4f6d
ruoyi-ui/src/views/system/post/index.vue
@@ -310,7 +310,7 @@
        this.exportLoading = true;
        return exportPost(queryParams);
      }).then(response => {
        this.download(response.msg);
        this.$download.name(response.msg);
        this.exportLoading = false;
      }).catch(() => {});
    }