src/views/CNAS/resourceDemand/device/component/operationOverview.vue
@@ -67,6 +67,7 @@ <script> import EchartModule from '@/components/Echart/echart.vue' import {device} from "@/api/cnas/resourceDemand/device"; export default { components: { EchartModule }, @@ -143,7 +144,7 @@ }, //获取设备运行总览信息 getDeviceInfo(deviceId) { this.$axios.get(this.$api.deviceFault.getDevice + "/" + deviceId).then(res => { device({deviceId: deviceId}).then(res => { if (res.code == 200) { this.deviceData = res.data this.chartData.value = res.data.progress