From 8014c81948219325ad05a5ed6acd5014a55c0cc4 Mon Sep 17 00:00:00 2001 From: ygs Date: Wed, 23 Jul 2025 16:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=BA=94=E7=AD=94=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Tender/UploadResponse/index.tsx | 2 +- src/pages/ZZhaoMu/Tender/UploadResponse/TableLook.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Tender/UploadResponse/index.tsx b/src/pages/Tender/UploadResponse/index.tsx index 3f04f53..78d3fc5 100644 --- a/src/pages/Tender/UploadResponse/index.tsx +++ b/src/pages/Tender/UploadResponse/index.tsx @@ -281,7 +281,7 @@ const Index: React.FC<{}> = () => { currentDate = dateList[index].tfileList[0] currentDate.tdocCatalogId = "" setEndTime(new Date(dateList[index].endDate).getTime()) - filetype = '.zip' + filetype = '.rar,.zip' object = JSON.stringify(dateList[index].tfileList[0]) path = '/' + dateList[index].createYear + '/' + dateList[index].tpId + '/' + dateList[index].sectionId + '/' + dateList[index].id + '/uploadFile/' + dateList[index].tfileList[0].tendererId } diff --git a/src/pages/ZZhaoMu/Tender/UploadResponse/TableLook.tsx b/src/pages/ZZhaoMu/Tender/UploadResponse/TableLook.tsx index 053c42f..edd0049 100644 --- a/src/pages/ZZhaoMu/Tender/UploadResponse/TableLook.tsx +++ b/src/pages/ZZhaoMu/Tender/UploadResponse/TableLook.tsx @@ -292,7 +292,7 @@ const Index: React.FC = (props) => { currentDate = dateList[index].tfileList[0] currentDate.tdocCatalogId = "" setEndTime(new Date(dateList[index].endDate).getTime()) - filetype = '.zip' + filetype = '.rar,.zip' object = JSON.stringify(dateList[index].tfileList[0]) path = '/' + dateList[index].createYear + '/' + dateList[index].tpId + '/' + dateList[index].sectionId + '/' + dateList[index].id + '/uploadFile/' + dateList[index].tfileList[0].tendererId }