From 0b8e43d5f5fd889ffcb715dafdaa6d4511532665 Mon Sep 17 00:00:00 2001 From: suerwei <18810552194@163.com> Date: 星期六, 22 六月 2024 18:04:15 +0800 Subject: [PATCH] 摄像头列表功能 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/holeLog.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/holeLog.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/holeLog.html index 7b0a059..7423cb3 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/holeLog.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/holeLog.html @@ -58,11 +58,12 @@ var removeFlag = [[${@permission.hasPermi('geo:holeLog:remove')}]]; var prefix = ctx + "geo/holeLog"; var projectId=[[${projectId}]]; + var holeCode = ""; $(function() { var options = { url: prefix + "/list?projectId=" + projectId, - createUrl: prefix + "/add?projectId=" + projectId, + createUrl: prefix + "/add?projectId=" + projectId + "&holeCode=" + holeCode, updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", -- Gitblit v1.9.1