wkw
7 kuukautta sitten
vanhempi
sitoutus
a4314dcc87
|
|
@@ -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()
|
|
|
}
|
|
|
})
|
|
|
},
|