http://localhost:8080/app/contract/agency_excel_export 400 (Bad Request)("#excel_export").live("click",function(){ var excel_date_begin =$("#excel_date_begin").val(); var excel_date_end =$("#excel_date_end").val(); if(excel_date_begin==""||excel_date_end==""){ alert("请选择时间"); return false; } $.ajax({ url:'../app/contract/agency_excel_export', data:{ excel_date_begin:excel_date_begin, excel_date_end:excel_date_end, }, type:'POST', dataType:'json', success:function(data){ }, error:function(){ alert("导出失败") } })})
添加回答
举报
0/150
提交
取消
