王震
2023-08-25 95fda13c28cb664a57336dd2e01d5b41ec4f717f
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()
    }
  }
}