wkw 7 달 전
부모
커밋
a4314dcc87
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/views/search/searchCom.vue

+ 2 - 4
src/views/search/searchCom.vue

@@ -383,8 +383,6 @@
 			this.getjyList()
 			//学历
 			this.getschoolList()
-			//获取简历列表
-			this.getUserList()
 			this.getRmCityList();
 			this.getCitysList();
 			// 获取岗位类型列表
@@ -708,8 +706,8 @@
 				}).then(res => {
 					if (res.code == 0) {
 						this.tabs = res.data;
-						// //定位
-						// this.getLocation();
+						//获取简历列表
+						this.getUserList()
 					}
 				})
 			},