摘要: //打开车辆操作模态框 加载开关数据 function control(id) { //通过uniqueId 获取行数据 var rows = $('#vehicleInfoTab').bootstrapTable('getRowByUniqueId', id); $("#id").val(rows.id); $("#gpsNo").val(rows.gpsN... 阅读全文
posted @ 2019-07-04 15:59 波神丶 阅读(1273) 评论(0) 推荐(0)