From 50862f989a511035dcb80c94d48ff50310b01b55 Mon Sep 17 00:00:00 2001 From: monkeyhouyi Date: Tue, 24 Sep 2024 10:16:46 +0800 Subject: [PATCH] 导出接口添加 --- src/views/baseCaseHandling/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/baseCaseHandling/index.vue b/src/views/baseCaseHandling/index.vue index 86d6e0a..8dcaf73 100644 --- a/src/views/baseCaseHandling/index.vue +++ b/src/views/baseCaseHandling/index.vue @@ -283,9 +283,10 @@ export default { } this.exportBtnLoading = true; request({ - url: ``, + url: `/Extend/BaseCaseHandling/Actions/Export`, method: "POST", data: query, + responseType: 'blob', }).then((res) => { const url = process.env.VUE_APP_BASE_API + res.data.url; const link = document.createElement("a"); -- libgit2 0.21.4