Explorar el Código

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

xyh hace 1 año
padre
commit
b303da81f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,