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], {