This commit is contained in:
yanran200730
2022-08-12 14:07:42 +08:00
parent b0b3193457
commit 1f1dc5eec8

View File

@@ -153,7 +153,10 @@
methods: { methods: {
onKeyDown (e) { onKeyDown (e) {
if (e.keyCode == 27) { 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.currIndex4 = -1
this.currIndex5 = -1 this.currIndex5 = -1
this.isShowGrid2 = false this.isShowGrid2 = false
this.girdInfoList3 = []
this.girdInfoList4 = []
this.girdInfoList5 = []
this.$emit('nodeClick', item.id) this.$emit('nodeClick', item.id)
this.currGird = item.girdName this.currGird = item.girdName
@@ -178,7 +184,8 @@
this.girdNum3 = 1 this.girdNum3 = 1
this.isShowGrid3 = false this.isShowGrid3 = false
this.$emit('nodeClick', item.id) this.$emit('nodeClick', item.id)
this.girdInfoList4 = []
this.girdInfoList5 = []
this.currGird = item.girdName this.currGird = item.girdName
this.getInfo(item.id) this.getInfo(item.id)
}, },
@@ -190,6 +197,7 @@
this.girdNum4 = 1 this.girdNum4 = 1
this.isShowGrid4 = false this.isShowGrid4 = false
this.$emit('nodeClick', item.id) this.$emit('nodeClick', item.id)
this.girdInfoList5 = []
this.currGird = item.girdName this.currGird = item.girdName
this.getInfo(item.id) this.getInfo(item.id)