|
@@ -94,8 +94,7 @@ export default {
|
|
|
this.chillerCount = res.chillerCount || 0
|
|
|
this.chillerIsNotExecutedCount = res.chillerIsNotExecutedCount ? res.chillerIsNotExecutedCount : 0
|
|
|
this.chillerOrg = res.chillerOrg
|
|
|
- this.chillerCommand = res.chillerCommand || {}
|
|
|
- console.log(this.chillerCommand)
|
|
|
+ this.chillerCommand = res.chillerOrg || {}
|
|
|
this.chillerHourList = res.chillerHourList
|
|
|
})
|
|
|
},
|