whychw
2020-10-11 529929a69ef2f289d93cd381f10f71c1a1b97dfd
U 去掉调试日志输出
1个文件已修改
2 ■■■ 已修改文件
src/views/motor/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/motor/index.vue
@@ -687,7 +687,7 @@
      return this.$api.motor.getInfo(param).then((res) => {
        res = JSON.parse(res.data.result);
        if (res.code) {
          console.log(res.data);
          // console.log(res.data);
          const data = res.data[0];
          // 电机水冷进出水风温
          this.GList2[0].value = data.load_motor_inwater_tmp / 10;