@ -291,7 +291,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
this.download('pdaRecord/pdaRecord/export', {
this.download('report/pdaRecord/export', {
...this.queryParams
}, `pdaRecord_${new Date().getTime()}.xlsx`)
}