2 Commits b823c6c77b ... 48efdbcc62

Autore SHA1 Messaggio Data
  xyh 48efdbcc62 Merge branch 'master' of http://43.143.235.246:9080/fireLHB/firemap 1 anno fa
  xyh b303da81f0 修改json导出功能字段缺失问题 1 anno fa
1 ha cambiato i file con 14 aggiunte e 14 eliminazioni
  1. 14 14
      src/views/situation/index.vue

+ 14 - 14
src/views/situation/index.vue

@@ -355,20 +355,20 @@ export default {
             center = response.data.center
             this.save = true
                 this.jsonData = {
-                id: row.id,
-                xdname: row.xdname,
-                type: row.type,
-                // creator: row.creator,
-                createtime: row.createtime,
-                bluecnt: row.bluecnt,
-                target: row.target,
-                starttime: row.starttime,
-                steptime: row.steptime,
-                blueunit: blueunit,
-                redunit: redunit,
-                satellite: satellite,
-                center: center
-              }
+        id: row.id,
+        xdname: row.xdname,
+        type: row.type,
+        createtime: row.createtime,
+        bluecnt: row.bluecnt,
+        target: row.target,
+        starttime: row.starttime,
+        endtime: row.endtime,
+        steptime: row.steptime,
+        blueunit: blueunit,
+        redunit: redunit,
+        satellite: satellite,
+        center: center
+      }
           })
           .catch((error) => {
             // 处理错误