zhulizhen 5 anni fa
parent
commit
6f57e6bbe1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
       });