From 3141f79eb5dd689bdb08125e80fa8604c686f7b3 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Wed, 28 Sep 2022 12:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E7=AC=94?= =?UTF-8?q?=E8=AE=B0=E7=9A=84=E8=B0=83=E7=94=A8=E6=96=B9=E6=B3=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/phase2/note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/phase2/note.js b/src/api/phase2/note.js index 1c69aa7c..fef48e8e 100644 --- a/src/api/phase2/note.js +++ b/src/api/phase2/note.js @@ -110,7 +110,7 @@ const ids=function (data){ * } * */ const exportExcel=function (data){ - return ajax.postJson(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data); + return ajax.postJsonToFile(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data); } /**