suerprisePlus
2024-06-12 0b7865733542931c7c3fcf74febd30fe145af957
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;
      }
    }
  }