#
luxiaotao1123
2020-08-20 1310ca11b7aec973c6d75f986fb980b2446baafe
src/main/webapp/views/pipeline.html
@@ -129,6 +129,8 @@
    },500);
    $(document).on('click','#site-table tr', function () {
        var siteId = $(this).children("td").eq(0).html();
        if (siteId !== null && siteId !== "") {
        layer.open({
            type: 1,
            title: false,
@@ -143,7 +145,7 @@
            }
        })
        console.log($(this).children("td").eq(0).html());
        }
    });