فهرست منبع

修改导出表格接口地址

xiaoxin 3 سال پیش
والد
کامیت
fc29e4bde9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/project-management/index.vue

+ 1 - 1
src/views/project-management/index.vue

@@ -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(() => {