src/views/compontent/conHeader.vue
@@ -34,7 +34,7 @@ }, methods: { setMenuChange(res) { this.menuCheckFlg = res.id; // this.menuCheckFlg = res.id; if (res.id == "c2") { this.$store.state.setScreenFlag = !this.$store.state.setScreenFlag; } @@ -44,7 +44,7 @@ dataTypes(newValue, oldValue) { if (newValue) { this.menuOption = newValue; this.menuCheckFlg = this.menuOption[0].id; // this.menuCheckFlg = this.menuOption[0].id; } } }