1 سال پیش
والد
کامیت
c9ce8f0445
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)