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",