南昌市物联网技防平台-前端
zengh
2021-02-21 931292b9a9650e7ac5c95eab43b79c1fe56abd73
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -1,5 +1,5 @@
/*
 * @Description:
 * @Description:
 * @Version: 1.0
 * @Author: yangsx
 * @Date: 2019-12-09 19:01:40
@@ -205,7 +205,7 @@
                            });
                            return;
                        } else {
                            var text = $('#policeCategory div:eq(0)').text().trim();
                            var levelText = $('#policeArea > div:eq(0)').text().trim() == '全部' ? '' : $('#policeArea > div:eq(0)').attr('areaid');
@@ -663,7 +663,7 @@
            dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18000/api/blade-jfpts/district/district/selectd',
                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectd',
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -686,7 +686,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectList',
                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -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://36.134.81.48:18000/api/blade-jfpts/lx/lx/seleclx',
                url: 'http://36.134.81.48:18001/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://36.134.81.48:18000/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                url: 'http://36.134.81.48:18001/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://36.134.81.48:18000/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                url: 'http://36.134.81.48:18001/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://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {