南昌市物联网技防平台-前端
shuishen
2021-01-29 9f38fea89b6e0be1e42c4edc758f11bb7e6118ea
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
File was renamed from public/map/views/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -227,7 +227,7 @@
            // 警情列表中的点击事件
            $('.analysis-container-police .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function () {
                var id = $(this).attr('term-list');
                var url = '../../popup/html/police-details.html?obj=' + id;
                var url = './popup/html/police-details.html?obj=' + id;
                layui.use('layer', function () {
                    that.layuiLayer = layui.layer;
                    that.layuiLayer.config({
@@ -262,7 +262,7 @@
            // 业主列表中的点击事件
            $('.analysis-container-owner .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function () {
                var id = $(this).attr('term-list');
                var url = '../../popup/html/owner-details.html?id=' + id;
                var url = './popup/html/owner-details.html?id=' + id;
                layui.use('layer', function () {
                    that.layuiLayer = layui.layer;
                    that.layuiLayer.config({
@@ -297,7 +297,7 @@
            // 设备列表中的点击事件
            $('.analysis-container-equipment .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function () {
                var id = $(this).attr('term-listid');
                var url = '../../popup/html/equipment-details.html?obj=' + id;
                var url = './popup/html/equipment-details.html?obj=' + id;
                layui.use('layer', function () {
                    that.layuiLayer = layui.layer;
                    that.layuiLayer.config({
@@ -520,7 +520,7 @@
         */
        policeDetails: function (id) {
            var that = this;
            var url = '../../popup/html/police-details.html?obj=' + id;
            var url = './popup/html/police-details.html?obj=' + id;
            layui.use('layer', function () {
                that.layuiLayer = layui.layer;
                that.layuiLayer.config({
@@ -548,7 +548,7 @@
         */
        ownerDetails: function (id) {
            var that = this;
            var url = '../../popup/html/owner-details.html?id=' + id;
            var url = './popup/html/owner-details.html?id=' + id;
            layui.use('layer', function () {
                that.layuiLayer = layui.layer;
                that.layuiLayer.config({
@@ -576,7 +576,7 @@
         */
        equipmentDetails: function (id) {
            var that = this;
            var url = '../../popup/html/equipment-details.html?obj=' + id;
            var url = './popup/html/equipment-details.html?obj=' + id;
            layui.use('layer', function () {
                that.layuiLayer = layui.layer;
                that.layuiLayer.config({