看板增加导出

This commit is contained in:
范强强
2023-05-05 16:10:44 +08:00
parent 4fdcaf275b
commit 5b52c8d9bd
@@ -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)
}
}
}