zouyu
2023-09-04 5d4d64bf94fa0b36d97afe25e949c81316965b27
src/layout/components/AppMain.vue
@@ -16,10 +16,16 @@
  },
  methods: {
    childMethod(){
      this.$refs.child.combackLookPlan()
      this.$refs.child.combackLookPlan()
    },
    triggerMainBtnPlan(){
      this.$parent.triggerCombackBtn()
    },
    mainAdd(){
      this.$refs.child.measureAdd()
    },
    mainShowAdd(){
      this.$parent.showIndexAdd()
    }
  }
}