南昌市物联网技防平台-前端
shuishen
2021-03-13 d03f87c702dbe7456b5e7bedca0fdcae041f16f4
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -663,7 +663,7 @@
            dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
            var that = this;
            $.ajax({
                url: 'http://web.byisf.com/api/blade-system/region/select?code=3601',
                url: 'https://web.byisf.com/api/blade-system/region/select?code=3601',
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -686,7 +686,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -710,11 +710,11 @@
                        }, result[i].jd, result[i].wd, './images/police-situation.png');
                        t = result[i].handleTime.substr(0, 10);
                        e = result[i].handleTime.substr(11);
                        t = result[i].galarmTime.substr(0, 10);
                        e = result[i].galarmTime.substr(11);
                        time = t + '&nbsp;' + e;
                        y = result[i].handleTime.substr(5, 5);
                        h = result[i].handleTime.substr(11, 5);
                        y = result[i].galarmTime.substr(5, 5);
                        h = result[i].galarmTime.substr(11, 5);
                        a = Number(i) + 1;
                        str += '<tr term-list=' + result[i].id + '>';
                        str += '<td>' + a + '</td>';
@@ -741,7 +741,7 @@
            dom.children('.select-list').children('ul').empty();
            dom.children('.select-list').children('ul').append($("<li ownerid='all'>全部</li>"));
            $.ajax({
                url: 'http://web.byisf.com/api/blade-jfpts/lx/lx/seleclx',
                url: 'https://web.byisf.com/api/blade-jfpts/lx/lx/seleclx',
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -757,7 +757,7 @@
            dom.children('.select-list').children('ul').empty();
            dom.children('.select-list').children('ul').append($("<li>全部</li>"));
            $.ajax({
                url: 'http://web.byisf.com/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                url: 'https://web.byisf.com/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -773,7 +773,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://web.byisf.com/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                url: 'https://web.byisf.com/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -809,7 +809,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://web.byisf.com/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {