From cd31c7c8012b7eb08d4ea07657cf93d2ba85a7d9 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Fri, 21 Oct 2022 15:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E7=AC=94?= =?UTF-8?q?=E8=AE=B0=E5=AF=BC=E5=87=BA=E4=B9=B1=E7=A0=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/phase2/note.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/phase2/note.js b/src/api/phase2/note.js index 7d4b2c34..c5612563 100644 --- a/src/api/phase2/note.js +++ b/src/api/phase2/note.js @@ -106,8 +106,8 @@ const ids=function (data){ * } * */ const exportExcel=function (data){ - // return ajax.postJsonToFile(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data); - return ajax.post(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data); + return ajax.postJsonToFile(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data); + // return ajax.post(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data); } /**