上传应答文件更改

This commit is contained in:
ygs
2025-07-23 16:04:34 +08:00
parent 449a40828d
commit 8014c81948
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -292,7 +292,7 @@ const Index: React.FC<IndexProps> = (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
}