|
@@ -1021,8 +1021,6 @@
|
|
|
|
|
|
$(".J_btnyes").on("click",function(){
|
|
|
$('.J_btnyes').val('发送中...');
|
|
|
- window.location.href="{{ route('recruit.appoint_list',['id'=>$recruit->id]) }}"
|
|
|
- return false;
|
|
|
$.post("{{ route('recruit.appoint_audit') }}", $('#J_interviewWrap').serialize(), function(result) {
|
|
|
if (result.status == 1) {
|
|
|
disapperTooltip('success', result.msg);
|