#
vincent
2020-08-18 227c4f1fc845080a70f230a2929fe76c204a9d9f
src/main/webapp/views/crn.html
@@ -155,6 +155,7 @@
<!--                <button class="item" onclick="pause()">暂停</button>-->
<!--                <button class="item" onclick="boot()">启动</button>-->
                <button class="item" onclick="clearCommand()">清除命令</button>
                <button class="item" onclick="handleReset()">复位</button>
            </div>
        </fieldset>
    </div>
@@ -398,6 +399,13 @@
        });
    }
    // 手动复位
    function handleReset() {
        http.post(baseUrl+"/crn/operator/clearCommand", getReqParam(), function (res) {
            layer.msg(res.msg);
        });
    }
    // 输送设备日志输出 -----------------------------------------------------------------------
    function getSiteOutput() {
        $.ajax({