Browse Source

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

xyh 1 year ago
parent
commit
b303da81f0
1 changed files with 1 additions and 0 deletions
  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,