소스 검색

修改json导出功能字段缺失问题

xyh 1 년 전
부모
커밋
b303da81f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/situation/index.vue

+ 1 - 0
src/views/situation/index.vue

@@ -362,6 +362,7 @@ export default {
         bluecnt: row.bluecnt,
         target: row.target,
         starttime: row.starttime,
+        endtime: row.endtime,
         steptime: row.steptime,
         blueunit: blueunit,
         redunit: redunit,