|
@@ -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();
|
|
|
});
|