@@ -67,7 +67,7 @@
</div>
<!-- 发布的岗位选择 -->
<!-- 切换类型 -->
- <div class="tabs flex align-center justify-center">
+ <div class="tabs flex align-center" style="margin: 15px 0;">
<div class="tabs-box">
<div @click="selectTabs(index)" :class="tabsCurr == index ? 'tabs-box-item-active' : ''"
class="tabs-box-item" v-for="(item, index) in tabs" :key="index">
@@ -387,6 +387,8 @@
this.getUserList()
this.getRmCityList();
this.getCitysList();
+ // 获取岗位类型列表
+ this.getTabsList();
},
methods: {
selectTabs(index) {