1、支持常用命令置顶功能
This commit is contained in:
parent
b25a3a6cde
commit
9c3631b671
@ -183,6 +183,8 @@
|
||||
function setResult(result) {
|
||||
var $ = layui.$;
|
||||
$("#rx_win").val($("#rx_win").val() + result.data + "\r\n");
|
||||
var obj = document.getElementById("rx_win");
|
||||
obj.scrollTop = obj.scrollHeight;
|
||||
form.render();
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user