南昌市物联网技防平台-前端
Administrator
2021-04-20 67f07cef6381d99ff6d54562b97ad4cb143886a2
实时警情导出报表修改为先跳转预览页面然后下载
1 files modified
5 ■■■■■ changed files
src/views/realTimePolice/real.vue 5 ●●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue
@@ -78,7 +78,7 @@
        <el-button type="warning"
                    size="small"
                    plain
                    icon="el-icon-download"
                    icon="el-icon-pie-chart"
                    @click="handleExportStatis">导出报表
        </el-button>
      </template>
@@ -1483,7 +1483,8 @@
          let endTime = this.$route.query.endTime==undefined? '':this.$route.query.endTime;
          let waringType = this.$route.query.waringType==undefined? '':this.$route.query.waringType;
          let timeDesc = this.$route.query.timeDesc==undefined? '':this.$route.query.timeDesc;
          window.open(`http://localhost:8108/ureport/excel?_u=blade-alarm.statis.ureport.xml&beginTime=${beginTime}&endTime=${endTime}&waringType=${waringType}&timeDesc=${timeDesc}`);
          window.open(`http://localhost:8108/ureport/preview?_u=blade-alarm.statis.ureport.xml&beginTime=${beginTime}&endTime=${endTime}&waringType=${waringType}&timeDesc=${timeDesc}`);
          //window.open(`http://localhost:8108/ureport/excel?_u=blade-alarm.statis.ureport.xml&beginTime=${beginTime}&endTime=${endTime}&waringType=${waringType}&timeDesc=${timeDesc}`);
        });
      }
  },