RuoYi
2021-11-16 eb76d5a4d03d0069afbc9e4c7086f4e98967b93c
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(() => {});
    }