|
@@ -165,7 +165,8 @@ export default {
|
|
|
postParams: {
|
|
|
criteria: {
|
|
|
date: date,
|
|
|
- projectId: this.$store.state.projectId
|
|
|
+ projectId: this.$store.state.projectId,
|
|
|
+ status:[1,2,4]
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -197,7 +198,7 @@ export default {
|
|
|
this.chillerExecuteRateReal = ''
|
|
|
querychiller(params).then(res => {
|
|
|
//执行率
|
|
|
- this.chillerExecuteRateReal = this.formatterRes(res.content[0].chillerExecuteRateReal, 0, 1)
|
|
|
+ this.chillerExecuteRateReal = this.formatterRes(res.content[0].chillerExecuteRate, 0, 1)
|
|
|
console.log('执行率', this.chillerExecuteRateReal)
|
|
|
})
|
|
|
},
|