|
|
@@ -86,7 +86,7 @@
|
|
|
style="display: flex; padding: 20px"
|
|
|
>
|
|
|
<div>{{ item.timeStr }}</div>
|
|
|
- <div style="display: flex; margin-left: 30px">
|
|
|
+ <div style=" margin-left: 30px">
|
|
|
<div v-for="(item_c, index_c) in item.list" :key="index_c">
|
|
|
{{ item_c.job }}-{{ item_c.recruitResumeVo.realname
|
|
|
}}<span v-if="index_c < item.list.length - 1">,</span>
|
|
|
@@ -401,6 +401,7 @@ export default {
|
|
|
},
|
|
|
companyGMdata: [], //公司规模
|
|
|
companyLXdata: [], //公司类型
|
|
|
+ statusIndexList:[0,1,2,3,4,5,6,7,8,9,10,11,12],
|
|
|
};
|
|
|
},
|
|
|
created() {},
|
|
|
@@ -533,6 +534,7 @@ export default {
|
|
|
year: this.dayValue.getFullYear(),
|
|
|
month: this.dayValue.getMonth() + 1,
|
|
|
day: this.dayValue.getDate(),
|
|
|
+ statusIds:this.statusIndexList.toString()
|
|
|
};
|
|
|
this.$api.recruitinterviewlist(data).then((res) => {
|
|
|
if (res.code == 200) {
|