Selaa lähdekoodia

更新确认笔试功能

sandm 2 vuotta sitten
vanhempi
commit
2120f18bfc
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      public/themes/default/views/app/recruit/show.blade.php

+ 2 - 3
public/themes/default/views/app/recruit/show.blade.php

@@ -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('确认失败,请联系工作人员!');
                                     }