Pu Zhibing
2025-08-04 4af0a2ddc8940cd38d0e602409cace1a7c50ea13
ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tOpenCity/tOpenCity.js
@@ -159,6 +159,21 @@
    }
};
TOpenCity.systemSet = function () {
    if (this.check()) {
        var index = layer.open({
            type: 2,
            title: '设置基础配置',
            area: ['100%', '100%'], //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/tOpenCity/tOpenCity_systemSet/' + TOpenCity.seItem.id
        });
        this.layerIndex = index;
    }
};
/**
 * 查询城市管理列表
 */