src/main/webapp/static/js/basShuttle/basShuttle.js
@@ -101,11 +101,19 @@ showUpdateCharge(); break; case 'shuttleGather': shuttleNos = [] checkStatus.map(function (d) { shuttleNos.push(d.shuttleNo) }) admin.confirm('确定集合全部小车吗?', {shadeClose: true}, function(){ $.ajax({ url: baseUrl+"/openapi/shuttleGather", headers: {'token': localStorage.getItem('token')}, dataType:'json', data: JSON.stringify({ shuttleNos: shuttleNos }), contentType:'application/json;charset=UTF-8', method: 'POST', success: function (res) {