diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue index 1779f8f0..fb964816 100644 --- a/project/dv/apps/components/PdGrid.vue +++ b/project/dv/apps/components/PdGrid.vue @@ -153,7 +153,10 @@ methods: { onKeyDown (e) { if (e.keyCode == 27) { - this.isShowGrid1 = false + this.isShowGrid2 = false + this.isShowGrid3 = false + this.isShowGrid4 = false + this.isShowGrid5 = false } }, @@ -164,6 +167,9 @@ this.currIndex4 = -1 this.currIndex5 = -1 this.isShowGrid2 = false + this.girdInfoList3 = [] + this.girdInfoList4 = [] + this.girdInfoList5 = [] this.$emit('nodeClick', item.id) this.currGird = item.girdName @@ -178,7 +184,8 @@ this.girdNum3 = 1 this.isShowGrid3 = false this.$emit('nodeClick', item.id) - + this.girdInfoList4 = [] + this.girdInfoList5 = [] this.currGird = item.girdName this.getInfo(item.id) }, @@ -190,6 +197,7 @@ this.girdNum4 = 1 this.isShowGrid4 = false this.$emit('nodeClick', item.id) + this.girdInfoList5 = [] this.currGird = item.girdName this.getInfo(item.id)