zhulizhen 5 gadi atpakaļ
vecāks
revīzija
6f57e6bbe1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();
       });