|
|
@@ -327,6 +327,7 @@
|
|
|
message: '删除成功!'
|
|
|
});
|
|
|
this.getDetail(this.form.id);
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async end_invite(item){
|
|
|
@@ -338,6 +339,7 @@
|
|
|
message: '操作成功!'
|
|
|
});
|
|
|
this.getDetail(this.form.id);
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async appoint(){
|
|
|
@@ -348,6 +350,7 @@
|
|
|
message: '面试官对接成功!'
|
|
|
});
|
|
|
this.getDetail(this.form.id);
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async confirm_item_id(){
|
|
|
@@ -357,6 +360,7 @@
|
|
|
type: 'success',
|
|
|
message: '定级成功!'
|
|
|
});
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async end(){
|
|
|
@@ -367,6 +371,7 @@
|
|
|
message: '已完成审核'
|
|
|
});
|
|
|
this.getDetail(this.form.id);
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async refuse(){
|
|
|
@@ -377,6 +382,7 @@
|
|
|
message: '拒绝成功,购买资金已经退回到申请人余额账户!'
|
|
|
});
|
|
|
this.getDetail(this.form.id);
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async pay(item){
|
|
|
@@ -388,6 +394,7 @@
|
|
|
message: '结算成功!'
|
|
|
});
|
|
|
this.getDetail(this.form.id);
|
|
|
+ this.$parent.getList();
|
|
|
}
|
|
|
},
|
|
|
async save_file(interview_id,file){//保存文件
|
|
|
@@ -402,6 +409,7 @@
|
|
|
let data={item:value,order_id:this.form.id,interview_id:item.id}
|
|
|
let res = await this.$post("/uapi/cert/cert.freework.level.interview.update",data);
|
|
|
if (res && res.status === 1) this.$message({type: 'success', message: '设置成功!'});
|
|
|
+ this.$parent.getList();
|
|
|
},
|
|
|
async getDetail(){
|
|
|
this.opacity="0";
|