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 {