From 1f1dc5eec88a4d5c709c03f2db491018f9050abc Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 12 Aug 2022 14:07:42 +0800 Subject: [PATCH] bug --- project/dv/apps/components/PdGrid.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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)