Merge branch 'dev' into build

This commit is contained in:
aixianling
2022-08-12 15:02:57 +08:00

View File

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