移动端的按钮控件能不能使用JS全局刷新 在PC端是在按钮里加的js刷新页面 $.ajax({ url: '/webroot/decision/view/form?op=fr_dialog&cmd=parameters_d', type: 'POST', data: { "three" : three }, headers: { sessionID: session // 参数session传递值sessionID }, complete: function(res, status) { if (window.FR && FR.Chart && FR.Chart.WebUtils) { FR.Chart.WebUtils.clearCharts(); } _g().loadContentPane(); } }); |