From 563966210b041d0223ab004a3063029bf0c5378a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 06 二月 2025 09:20:45 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 admin/src/views/platform/LogisticsRecord/subscribe.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index 6422ad2..7742256 100644
--- a/admin/src/views/platform/LogisticsRecord/subscribe.vue
+++ b/admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -256,11 +256,16 @@
     handleEx() {
       this.$dialog.exportConfirm('纭瀵煎嚭鍚楋紵')
         .then(() => {
+          const { filters } = this
           this.exLoading = true
           platformBooksExport({
             page: this.pagination.page,
             capacity: 1000000,
-            model: this.filters
+            model: {
+              ...filters,
+              arriveDateStart: filters.selDate && filters.selDate.length > 0 ? filters.selDate[0] : null,
+              arriveDateEnd: filters.selDate && filters.selDate.length > 0 ? filters.selDate[1] : null,
+            },
           })
             .then(response => {
               this.download(response)
@@ -348,4 +353,4 @@
   color: #000000;
   margin-bottom: 15px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3