guoxiaohuan 5 년 전
부모
커밋
d0ef741065
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/strategy/index.vue

+ 1 - 2
src/views/strategy/index.vue

@@ -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
             })
         },