From deeea3d8de2d09fbeef300fcb6a790d72cfee42e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 26 八月 2022 15:30:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pipeline.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 487bad6..997dc8d 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -84,7 +84,7 @@
         </footer>
 
         <div id="site-detl" style="display: none">
-            <form>
+            <div>
                 <div class="form-item">
                     <label class="form-label">绔欏彿:</label>
                     <div class="form-input">
@@ -113,7 +113,7 @@
                     <button class="form-button" id="save">淇濆瓨</button>
                     <button class="form-button" id="cancel" style="background-color: #D0D0D0">鍙栨秷</button>
                 </div>
-            </form>
+            </div>
         </div>
     </div>
 
@@ -326,6 +326,7 @@
             staNo:  $('#staNo').val(),
             pakMk: $('#pakMk').val()
         }, function (res) {
+            layer.close(layerDetl);
             layer.msg("淇敼鎴愬姛",{icon: 1,});
         })
     })
@@ -338,4 +339,4 @@
     })
 
 </script>
-</html>
\ No newline at end of file
+</html>

--
Gitblit v1.9.1