|
@@ -641,7 +641,6 @@ export default {
|
|
|
if (this.current == this.typeList.length - 1) { //公司
|
|
if (this.current == this.typeList.length - 1) { //公司
|
|
|
this.getComanyList()
|
|
this.getComanyList()
|
|
|
} else {
|
|
} else {
|
|
|
- //this.getUserList()
|
|
|
|
|
this.directionList=[ //方向列表
|
|
this.directionList=[ //方向列表
|
|
|
{
|
|
{
|
|
|
id: '不限',
|
|
id: '不限',
|
|
@@ -1062,7 +1061,6 @@ export default {
|
|
|
name: '附近'
|
|
name: '附近'
|
|
|
})
|
|
})
|
|
|
if (that.userType == 1) {
|
|
if (that.userType == 1) {
|
|
|
- // that.getUserList();
|
|
|
|
|
that.getPostType()
|
|
that.getPostType()
|
|
|
} else {
|
|
} else {
|
|
|
that.getCompanyClassify()
|
|
that.getCompanyClassify()
|
|
@@ -1613,6 +1611,7 @@ export default {
|
|
|
* 获取岗位列表
|
|
* 获取岗位列表
|
|
|
*/
|
|
*/
|
|
|
getUserList() {
|
|
getUserList() {
|
|
|
|
|
+ if(this.typeList.length == 0) return;
|
|
|
let data = {
|
|
let data = {
|
|
|
page: this.page,
|
|
page: this.page,
|
|
|
limit: this.limit,
|
|
limit: this.limit,
|