diff --git a/src/views/report/pdaRecord/index.vue b/src/views/report/pdaRecord/index.vue index d6d0cf2..fc496fa 100644 --- a/src/views/report/pdaRecord/index.vue +++ b/src/views/report/pdaRecord/index.vue @@ -291,7 +291,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('pdaRecord/pdaRecord/export', { + this.download('report/pdaRecord/export', { ...this.queryParams }, `pdaRecord_${new Date().getTime()}.xlsx`) }