地质所 沉降监测网建设项目
suerwei
2024-05-16 e03ab83f07ba16e8295e78f69598a4b2b1b1deec
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html
@@ -70,11 +70,12 @@
        var editFlag = [[${@permission.hasPermi('geo:deviceLog:edit')}]];
        var removeFlag = [[${@permission.hasPermi('geo:deviceLog:remove')}]];
        var typeDatas = [[${@dict.getType('device_log_type')}]];
        var projectId=[[${projectId}]];
        var prefix = ctx + "geo/deviceLog";
        $(function() {
            var options = {
                url: prefix + "/list",
                url: prefix + "/list?projectId="+projectId,
                createUrl: prefix + "/add",
                updateUrl: prefix + "/edit/{id}",
                removeUrl: prefix + "/remove",