|
@@ -3079,7 +3079,7 @@ let app = new Vue({
|
|
|
}
|
|
|
return arr;
|
|
|
},
|
|
|
- getNoticePerson(type = 3) {
|
|
|
+ getNoticePerson(type) {
|
|
|
let that = this;
|
|
|
if (type == 1) {
|
|
|
that.showExamination = false;
|
|
@@ -3154,6 +3154,7 @@ let app = new Vue({
|
|
|
res.bishiList = arr.filter((_, index) => index % 2 === 0);
|
|
|
res.mianshiList = arr.filter((_, index) => index % 2 !== 0);
|
|
|
that.configInterviewElse.data = [...arr];
|
|
|
+ console.log(that.configInterviewElse.data)
|
|
|
if (len) {
|
|
|
that.configInterviewElse.data.pop();
|
|
|
}
|