上传应答文件更改
This commit is contained in:
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user