|
@@ -20,7 +20,9 @@
|
|
|
v-if="activeIndex == 2" />
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
- <el-button type="primary" @click="goHome"></el-button>
|
|
|
+ <div style="text-align: right;">
|
|
|
+ <el-button type="primary" @click="goHome">确定</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -61,12 +63,8 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
goHome () {
|
|
|
- let query = this.$route.query
|
|
|
this.$router.push({
|
|
|
path: '/business/teamDetail',
|
|
|
- query: {
|
|
|
- ...query
|
|
|
- }
|
|
|
})
|
|
|
}
|
|
|
}
|