|
@@ -499,9 +499,8 @@
|
|
|
border: false,
|
|
|
btns: ['确认参加笔试','取消'],
|
|
|
yes: function(){
|
|
|
- $.post("{{route('comfirm_pen')}}", {recruit_id:"{{ $recruit }}"},function(result){
|
|
|
- if(result.status == 1){
|
|
|
- alert('确认参加笔试成功,请在指定时间段内打印准考证!');
|
|
|
+ $.post("{{route('recruit,comfirm_pen')}}", {recruit_id:"{{ $recruit }}"},function(result){
|
|
|
+ if(result.status == 1){alert('确认参加笔试成功,请在指定时间段内打印准考证!');
|
|
|
}else{
|
|
|
alert('确认失败,请联系工作人员!');
|
|
|
}
|