|
|
@@ -420,7 +420,7 @@ const hanleExportForm = () => {
|
|
|
type: 'warning'
|
|
|
})
|
|
|
.then(() => {
|
|
|
- window.location.href = `/gradiate-school/reporting//informationReporting/download?name=${searchName.value}&trade=${searchIndustry.value}&company=${searchAddress.value}&reportingTime=${searchTime.value}&status=${searchType.value}&ids=${id}`
|
|
|
+ window.location.href = `/reporting/informationReporting/download?name=${searchName.value}&trade=${searchIndustry.value}&company=${searchAddress.value}&reportingTime=${searchTime.value}&status=${searchType.value}&ids=${id}`
|
|
|
multipleTable.value.clearSelection()
|
|
|
})
|
|
|
.catch(() => {
|