myChart.on('click', function (param) {
                    $('#dlg_select').window({href:'<%=request.getContextPath()%>/jsp/bgData/vehicleDataView.jsp?vehModelName='+encodeURI(param.name)+'&flag='+param.seriesIndex})
                    .window('setTitle','车辆列表')
                    .window('open');
                   });

如果传到后台乱码的话 往后台传还需要用encodeURI转一遍
 $('#tg').datagrid({  //往后台传 
      url:"<%=request.getContextPath()%>/vehicleDataController/vehicleList?vehModelName="+encodeURI(vehModelName)+"&flag="+flag,   

 

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2021-07-01
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
相关资源
相似解决方案