From 1a96e897d32aaae69ad3b9afb35fbcc8998fbc38 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 25 五月 2022 09:51:02 +0800
Subject: [PATCH] # ycq

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

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 0e2085f..f990b2e 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -296,7 +296,7 @@
     // 璇︽儏鎿嶄綔 -------------------------------------------------------------------------
     var layerDetl;
     $(document).on('dblclick ','#site-table tr', function () {
-        stop = false
+        stop = true
         var siteId = $(this).children("td").eq(0).html();
         if (siteId !== null && siteId !== "") {
             layerDetl = layer.open({
@@ -325,7 +325,7 @@
                 }
             })
         }
-        stop = true
+        stop = false
     });
 
     $(document).on('click ','#save', function () {

--
Gitblit v1.9.1