zhangyu 4 роки тому
батько
коміт
7d96361a3a

+ 1 - 1
src/components/relation/relationShip/Modal/exportExcel.vue

@@ -137,7 +137,7 @@
         let url;
         let url;
         if (str === 'excel') {
         if (str === 'excel') {
           relType = localStorage.getItem('RelationType') ? `&relType=${localStorage.getItem('RelationType')}` : '';
           relType = localStorage.getItem('RelationType') ? `&relType=${localStorage.getItem('RelationType')}` : '';
-          url = `/api/datacenter/graphic/export?code=对象ID${relType}${zoneType}`
+          url = `/api/datacenter/graphic/export?projectId=${this.projectId}&code=对象ID${relType}${zoneType}`
         } else {
         } else {
           url = `/api/datacenter/graphic/report-downloads${relType}${zoneType}`
           url = `/api/datacenter/graphic/report-downloads${relType}${zoneType}`
         }
         }