| | |
| | | |
| | | // 警情列表中的点击事件 |
| | | $('.analysis-container-police .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function (event) { |
| | | if ($('#policeHeatMap').prop('checked') == true) {// 点击关闭热力图 |
| | | // console.log('relitu') |
| | | $('#policeHeatMap').click(); |
| | | } |
| | | var id = $(this).attr('term-list'); |
| | | var b = mySelf.Pdata; |
| | | for (var key in b) { |
| | |
| | | |
| | | // 业主列表中的点击事件 |
| | | $('.analysis-container-owner .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function (event) { |
| | | if ($('#ownerHeatMap').prop('checked') == true) {// 点击关闭热力图 |
| | | // console.log('relitu') |
| | | $('#ownerHeatMap').click(); |
| | | } |
| | | var id = $(this).attr('term-list'); |
| | | var b = mySelf.Ydata; |
| | | for (var key in b) { |
| | |
| | | // 设备列表中的点击事件 |
| | | $('.analysis-container-equipment .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function (event) { |
| | | var id = $(this).attr('term-listid'); |
| | | |
| | | if ($('#equipmentHeatMap').prop('checked') == true) {// 点击关闭热力图 |
| | | // console.log('relitu') |
| | | $('#equipmentHeatMap').click(); |
| | | } |
| | | |
| | | event.stopPropagation(); |
| | | var lgtd = Number($(this).find('input').attr('lgtd')); |