From f06aca7db407ceb23b42619a8fd9037a9699e4fd Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Wed, 07 Feb 2024 14:40:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/publicSecurity/positionManage/fileManage.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/publicSecurity/positionManage/fileManage.vue b/src/views/publicSecurity/positionManage/fileManage.vue
index 39ef602..76a4f78 100644
--- a/src/views/publicSecurity/positionManage/fileManage.vue
+++ b/src/views/publicSecurity/positionManage/fileManage.vue
@@ -102,10 +102,10 @@
                     align: 'center',
                 },
                 {
-                    label: "场所类别",
-                    prop: "nineType",
+                    label: "阵地类别",
+                    prop: "frontType",
                     align: 'center',
-                    dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
+                    dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
                     props: {
                         label: "title",
                         value: "key",
@@ -208,7 +208,6 @@
                 exportBlob(
                     `/api/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data
                 ).then(res => {
-                    console.log('exportBlob', res)
                     downloadXls(res.data, `档案管理${dateNow()}.xlsx`)
                     NProgress.done()
                 })

--
Gitblit v1.9.3