zhulizhen hace 5 años
padre
commit
6f57e6bbe1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/evaluate/evSnapshotsDialog.vue

+ 1 - 1
src/views/evaluate/evSnapshotsDialog.vue

@@ -181,7 +181,7 @@ export default {
       };
       queryQuickData(params).then(res => {
         this.chillerOrg = res.chillerOrg || {};
-        this.chillerCommand = res.chillerCommand || {};
+        this.chillerCommand = res.chillerOrg || {};
         this.chillerHourList = res.chillerHourList || [];
         this.drawData();
       });