From abf7a67d079d3947afadd000f3b2310b6b21bb2e Mon Sep 17 00:00:00 2001 From: wangwenhua <12345678> Date: Mon, 20 Oct 2025 21:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/subsystem/scene/index.vue | 60 ++--------------------------- 1 file changed, 4 insertions(+), 56 deletions(-) diff --git a/src/views/subsystem/scene/index.vue b/src/views/subsystem/scene/index.vue index 639c196..d12b7c6 100644 --- a/src/views/subsystem/scene/index.vue +++ b/src/views/subsystem/scene/index.vue @@ -36,7 +36,6 @@ 统计分析 - 支援保障仿真效果统计表
- -
- 新增 - - - - - -
-
- +
支援保障仿真效果统计表
+
{ this.childWindow && this.childWindow.close() return true // 必须设置 returnValue 才能显示确认框 @@ -330,9 +278,9 @@ export default { }, methods: { downloadExcel1() { - this.$axios({ + this.$http({ method: 'get', - url: '/scenario/battleConsume/statistic/downloadExcel1', + url: '/scenario/battleConsume/downloadExcel1', responseType: 'blob' }).then(res => { const blob = new Blob([res.data], {