From e27f9d475c8732b64dbc863640e25d5253d707f1 Mon Sep 17 00:00:00 2001
From: chenhuan <czj123456>
Date: 星期五, 24 五月 2024 10:45:07 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang

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