From a3a502b6340a610ca40fbc4ecb055eb9d1412976 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 29 一月 2023 17:24:17 +0800
Subject: [PATCH] 引入tile地图

---
 src/views/intelligentPatrol/statistics/unlawful/shop/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue b/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue
index cab3f50..33dcc15 100644
--- a/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue
+++ b/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue
@@ -156,7 +156,6 @@
             const blob = new Blob([res.data], {
               type: "application/vnd.ms-excel;charset=utf-8",
             });
-            debugger
             if (window.navigator.msSaveBlob) {
               window.navigator.msSaveBlob(blob, deathdate+"闂ㄥ墠涓夊寘缁熻" + ".xlsx");
             } else {

--
Gitblit v1.8.0