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