RuoYi
2021-10-10 935936b04c139a028c4e0dc1c24fe75c444805e4
src/main/resources/vm/vue/index.vue.vm
@@ -567,7 +567,7 @@
        this.exportLoading = true;
        return export${BusinessName}(queryParams);
      }).then(response => {
        this.download(response.msg);
        this.#[[$download]]#.name(response.msg);
        this.exportLoading = false;
      }).catch(() => {});
    }