zengh
2022-02-22 595a8e1720b6f4e05e8eebdce57d5f70ebc402b0
public/map/widgets/clientManagement/ClientManagement.js
@@ -162,7 +162,7 @@
        open: function() {
            var that = this;
            $.ajax({
                url: '/api/blade-jfpts/equipment/equipment/pageDept?deviceName='+ window.clientID,
                url: '/api/equipment/equipment/pageDept?deviceName='+ window.clientID,
                type: 'get',
                dataType: 'JSON',
                success: function(data) {