|
@@ -401,6 +401,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
companyGMdata: [], //公司规模
|
|
companyGMdata: [], //公司规模
|
|
|
companyLXdata: [], //公司类型
|
|
companyLXdata: [], //公司类型
|
|
|
|
|
+ statusIndexList:[0,1,2,3,4,5,6,7,8,9,10,11,12],
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
created() {},
|
|
created() {},
|
|
@@ -533,6 +534,7 @@ export default {
|
|
|
year: this.dayValue.getFullYear(),
|
|
year: this.dayValue.getFullYear(),
|
|
|
month: this.dayValue.getMonth() + 1,
|
|
month: this.dayValue.getMonth() + 1,
|
|
|
day: this.dayValue.getDate(),
|
|
day: this.dayValue.getDate(),
|
|
|
|
|
+ statusIds:this.statusIndexList.toString()
|
|
|
};
|
|
};
|
|
|
this.$api.recruitinterviewlist(data).then((res) => {
|
|
this.$api.recruitinterviewlist(data).then((res) => {
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|