From 7c6fb7f8113dc85dc74d41e5a6a80adf7edcc2a1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 19 九月 2022 14:35:58 +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