From f6d115719f5d5c4aff09fd4f06a8c7b1a1647559 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期四, 24 八月 2023 13:42:24 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before --- src/layout/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index a1016fa..37ab14d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -58,6 +58,12 @@ combackPlan(){ this.$refs.main.childMethod() }, + indexAdd(){ + this.$refs.main.mainAdd() + }, + showIndexAdd(){ + this.$refs.breadcrumb.showadd() + }, triggerCombackBtn(){ this.$refs.breadcrumb.triggerBtnPlan() } -- Gitblit v1.9.3