src/views/motor/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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;