From 8bc1433af1099c1bf7afa5e00e88631a4ad31126 Mon Sep 17 00:00:00 2001 From: chentaiyu Date: Tue, 20 Jul 2021 12:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../XmIterationOverviewComplex.vue | 134 +++++++++--------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue b/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue index 07fc5d92..61ce8f6d 100644 --- a/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue @@ -1,92 +1,92 @@ @@ -103,27 +103,27 @@ import XmIterationEdit from './XmIterationEdit.vue'; export default { components: {XmIterationOverview,XmIterationEdit, XmIterationProductLinkMng }, computed: { - ...mapGetters(["userInfo"]), + ...mapGetters(["userInfo"]), }, props:['xmIteration'], - watch:{ + watch:{ }, data() { - return { - showPanelName:'overiew' + return { + showPanelName:'overview' }; }, methods:{ - + onMenuToolBarSelect(menuIndex){ this.showPanelName=menuIndex; } }, mounted() { - this.$nextTick(() => { + this.$nextTick(() => { }); }, @@ -131,5 +131,5 @@ export default {