From b533c9cedb2252dfdc001f3d9358c7f082a3a9ae Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 06 九月 2023 15:44:44 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.218.113:9001/r/lims-before --- src/layout/components/AppMain.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 6b65965..f0ae826 100644 --- a/src/layout/components/AppMain.vue +++ b/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() } } } -- Gitblit v1.9.3