From 0aa7e5ed02e0a4e1742628b898963cdd0b1e6933 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期六, 30 五月 2020 17:03:37 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 5353db0..de76ec4 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -470,6 +470,8 @@
 </footer>
 </body>
 <script>
+    var outputDom = document.getElementById("output");
+
     // 绌虹櫧琛ㄦ牸娓叉煋
     $(document).ready(function() {
         var one = $('#plc-error-table thead').height();
@@ -487,8 +489,12 @@
         $('#plc-error-table tbody').after(html);
     });
 
+    // plc寮傚父杈撳叆
+    function addPlcError(val) {
+
+    }
+
     // 鏃ュ織杈撳嚭妗�
-    var outputDom = document.getElementById("output");
     function output(content){
         outputDom.value += content;
         outputDom.scrollTop = outputDom.scrollHeight;

--
Gitblit v1.9.1