hai 1 ano
pai
achega
c9ce8f0445
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)