mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-12-22 18:37:10 +00:00
优化弹出层显示在顶层窗口
This commit is contained in:
@@ -192,10 +192,10 @@
|
||||
}
|
||||
|
||||
function doSubmit(index, layero){
|
||||
var body = layer.getChildFrame('body', index);
|
||||
var body = $.modal.getChildFrame(index);
|
||||
$("#treeId").val(body.find('#treeId').val());
|
||||
$("#treeName").val(body.find('#treeName').val());
|
||||
layer.close(index);
|
||||
$.modal.close(index);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user