src/main/webapp/views/lift.html
@@ -354,7 +354,9 @@ http.post(baseUrl+"/lift/operator/lift", { liftNo: $('input[name="liftSelect"]:checked').val(), liftTaskMode: liftTaskMode, lev: $("#liftLev").val() lev: $("#liftLev").val(), sourceStaNo: $("#sourceStaNo").val(), staNo: $("#staNo").val() }, function (res) { layer.msg(res.msg, {icon: 1}); });