diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue index 734edd6bf..69e572ba4 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -569,7 +569,8 @@ startTime: this.startTime || this.getNewDate('before', 6), endTime: this.endTime || this.getNewDate('after', 5) } - downloadFile(this.url.exportData, this.$t('GRPSystemProjectProgressStatistics') + '.xls', query, this.Deselect) + downloadFile('/project/ProjectStatusBoardController/exportXls', + this.$t('GRPSystemProjectProgressStatistics') + '.xls', query, this.Deselect) } } }