wkw 7 months ago
parent
commit
d794fb744b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/search/searchCom.vue

+ 3 - 1
src/views/search/searchCom.vue

@@ -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) {