From 7b210f8e625f64dff5c6e128399df011ae83e08a Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 18 Feb 2024 17:27:05 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
---
src/views/publicSecurity/positionManage/fileManage.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/publicSecurity/positionManage/fileManage.vue b/src/views/publicSecurity/positionManage/fileManage.vue
index 76a4f78..52650ee 100644
--- a/src/views/publicSecurity/positionManage/fileManage.vue
+++ b/src/views/publicSecurity/positionManage/fileManage.vue
@@ -204,6 +204,7 @@
var data = {
...this.query
}
+ data.isFront = 1
data = Qs.stringify(data)
exportBlob(
`/api/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data
--
Gitblit v1.9.3