Commit f4a3f223 authored by duxinyuan's avatar duxinyuan

1

parent 5f56d445
......@@ -237,7 +237,11 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
}
$.post('/index/checkRefund',params ,function(data){
if(data.code == 200) {
$('.modal').modal("hide")
$('.modal').modal("hide");
refund.getList(that.pageNo);
$('#check_past').val('');
$('#check_bohui').val('');
$('#container_body_img_area3').empty();
} else {
alert(data.msg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment