longyvfengyun
2022-04-21 faf75492c82efd2f86c9dbc7e92ab8001e0e4906
内容提交
1个文件已修改
4 ■■■■ 已修改文件
src/pages/dataTest/realTime.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataTest/realTime.vue
@@ -2712,6 +2712,7 @@
        .stop({
          num: const_ld_nine.cmd.stop,
          dev_id: this.batt.FBSDeviceId,
          BattGroupNum: this.batt.GroupIndexInFBSDevice+1,
        })
        .then((res) => {
          let rs = JSON.parse(res.data.result);
@@ -2742,6 +2743,7 @@
        .stop({
          num: const_9100.cmd.stop,
          dev_id: this.batt.FBSDeviceId,
          BattGroupNum: this.batt.GroupIndexInFBSDevice+1,
        })
        .then((res) => {
          let rs = JSON.parse(res.data.result);
@@ -2772,6 +2774,7 @@
        .stop({
          num: const_61850.cmd.stop,
          dev_id: this.batt.FBSDeviceId,
          BattGroupNum: this.batt.GroupIndexInFBSDevice+1,
        })
        .then((res) => {
          let rs = JSON.parse(res.data.result);
@@ -3249,6 +3252,7 @@
          2: "充电",
          3: "放电",
          4: "均充",
          5: "内阻测试"
        },
        list = {
          batt_state: "未知",