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