diff --git a/src/views/material/stquery/deviceStatusRecord.vue b/src/views/material/stquery/deviceStatusRecord.vue index 25135c24..530adf9b 100644 --- a/src/views/material/stquery/deviceStatusRecord.vue +++ b/src/views/material/stquery/deviceStatusRecord.vue @@ -651,7 +651,7 @@ export default { handleDialogStoreExport() { this.download( 'material/complex_query/exportStorageInfoList', - { ...this.dialogTestedQuery}, + { ...this.dialogQuery}, `综合查询_在库设备_${new Date().getTime()}.xlsx`, ) }, @@ -678,7 +678,7 @@ export default { handleDialogUserExport() { this.download( 'material/complex_query/exportUserRecordList', - { ...this.dialogTestedQuery}, + { ...this.dialogUseQuery}, `综合查询_在用设备_${new Date().getTime()}.xlsx`, ) }, @@ -706,7 +706,7 @@ export default { handleDialogRepairExport() { this.download( 'material/complex_query/exportRepairRecordList', - { ...this.dialogTestedQuery}, + { ...this.dialogRepairQuery}, `综合查询_在修设备_${new Date().getTime()}.xlsx`, ) }, @@ -734,7 +734,7 @@ export default { handleDialogPurchaseExport() { this.download( 'material/complex_query/exportPurchaseRecordList', - { ...this.dialogTestedQuery}, + { ...this.dialogPurchaseQuery}, `综合查询_新购入库设备_${new Date().getTime()}.xlsx`, ) },