Commit c820ed33 authored by FE-安焕焕's avatar FE-安焕焕 👣

默认选中状态

parent 3180fb19
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.currentTab = +this.$route.query.spuType || 0; this.currentTab = +this.$route.query.spuType || 1;
this.$nextTick(() => { this.$nextTick(() => {
this.getList(); this.getList();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment