提交 751457d4 authored 作者: lihuihui's avatar lihuihui

修改样式

上级 08b29b59
...@@ -38,6 +38,9 @@ export default { ...@@ -38,6 +38,9 @@ export default {
} }
}, },
mounted() { mounted() {
this.$nextTick(() => {
this.dataIndex = this.defaultPage
})
}, },
methods: { methods: {
changeChildTab(index) { changeChildTab(index) {
......
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
}, },
mounted() { mounted() {
this.getData() this.getData()
this.$route.query.type && (this.defaultPage = this.$route.query.type) this.$route.query.type && (this.defaultPage = parseInt(this.$route.query.type))
}, },
methods: { methods: {
getData() { getData() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论