From e81f448084ab4f340860598498f035df23a9d014 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期二, 20 一月 2026 12:46:42 +0800
Subject: [PATCH] 修改了相关代码

---
 src/views/archiveStatics/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/archiveStatics/index.vue b/src/views/archiveStatics/index.vue
index f12700f..fa7dc06 100644
--- a/src/views/archiveStatics/index.vue
+++ b/src/views/archiveStatics/index.vue
@@ -547,7 +547,7 @@
      // alert(98)
       this.download('system/records/exportAllStatis', {
        // ...this.queryParams
-      }, `records_${new Date().getTime()}.xlsx`)
+      }, `records_${new Date().getTime()}.xls`)
     }
   }
 }

--
Gitblit v1.9.1