#
luxiaotao1123
2020-09-24 483c41227f5945d4d60bcece39f688ca9b5980ef
src/main/webapp/views/crn.html
@@ -417,7 +417,7 @@
    // 手动复位
    function handleReset() {
        http.post(baseUrl+"/crn/operator/clearCommand", getReqParam(), function (res) {
        http.post(baseUrl+"/crn/operator/handleReset", getReqParam(), function (res) {
            layer.msg(res.msg);
        });
    }