zengh
2022-04-11 4b0e99956c9b87f1a6dd72795f4f6f33658fdff0
public/map/widgets/realTimePolice/RealTimePolice.js
@@ -474,7 +474,7 @@
                    }
                    $.ajax({
                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/saves',
                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/saves',
                        type: 'POST',
                        data: {
                            rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
            // 行政区
            // $.ajax({
            //     url: 'http://223.82.109.183:2082/api/district/district/selectList',
            //     url: 'http://61.131.136.25:2082/api/district/district/selectList',
            //     type: 'POST',
            //     dataType: 'JSON',
            //     success: function (data) {
@@ -603,7 +603,7 @@
            // // 警情类型下拉
            // $.ajax({
            //     url: 'http://223.82.109.183:2082/api/alarm/alarm/selectScount',
            //     url: 'http://61.131.136.25:2082/api/alarm/alarm/selectScount',
            //     type: 'GET',
            //     dataType: 'JSON',
            //     success: function (data) {
@@ -633,7 +633,7 @@
                that.updateRealTable = table.render({
                    elem: '#real_time_table'
                    , height: (layerTabHei - 20)
                    , url: 'http://223.82.109.183:2082/api/alarm/alarm/selectList' //数据接口
                    , url: 'http://61.131.136.25:2082/api/alarm/alarm/selectList' //数据接口
                    , method: "post"
                    , where: { jtype: '', beginTime: that.realBeginTime, endTime: that.realEndTime }
                    , parseData: function (res) { //res 即为原始返回的数据
@@ -1049,7 +1049,7 @@
            that.realTimeQuery = setInterval(function () {
                if (that.historyPoliceId != null) {
                    $.ajax({
                        url: 'http://223.82.109.183:2082/api/alarm/alarm/selecttx',
                        url: 'http://61.131.136.25:2082/api/alarm/alarm/selecttx',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1340,7 +1340,7 @@
                layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
                    $.ajax({
                        url: 'http://223.82.109.183:2082/api/alarm/alarm/deletejj',
                        url: 'http://61.131.136.25:2082/api/alarm/alarm/deletejj',
                        type: 'POST',
                        data: {
                            id: id
@@ -1443,7 +1443,7 @@
        updateJType: function (id, czTime, bz, jjTime) {
            $.ajax({
                url: 'http://223.82.109.183:2082/api/alarm/alarm/updateJtype',
                url: 'http://61.131.136.25:2082/api/alarm/alarm/updateJtype',
                type: 'POST',
                data: {
                    id: id,