#
luxiaotao1123
2022-08-26 deeea3d8de2d09fbeef300fcb6a790d72cfee42e
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>
</html>