zhulizhen 5 years ago
parent
commit
6f57e6bbe1
1 changed files with 1 additions and 1 deletions
  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();
       });