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 }