1 year ago
parent
commit
c9ce8f0445
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dashboard/SbInfoTypeReport.vue

+ 1 - 1
src/views/dashboard/SbInfoTypeReport.vue

@@ -234,7 +234,7 @@ export default {
     },
     doExportDetail (record) {
       const parameter = {
-        ...this.queryParam
+        typeId: record.id
       }
       exportMonthReport(parameter).then(file => {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)