|
@@ -78,7 +78,7 @@ export default {
|
|
|
components: { bomBox, strategyLine },
|
|
|
methods:{
|
|
|
isShowDraw(){
|
|
|
- if(Object.keys(this.chillerCommandQ).length>0 && this.chillerCommandQ.isNew){
|
|
|
+ if((Object.keys(this.chillerCommandQ).length>0 && this.chillerCommandQ.isNew) || (Object.keys(this.chillerCommandQ).length>0 && !this.chillerCommandQ.isExecuted)){
|
|
|
this.showDraw = true
|
|
|
}else{
|
|
|
this.showDraw = false
|