1.弹出层调用函数:
$.confirm({
confirmButtonClass: 'btn-info',
title: '组件信息',
confirm: function(){
//dosomething
} ,
animationSpeed: 1000 ,
backgroundDismiss: false,
confirmButton: '确定',
cancelButton: '取消',
content: 'url:../method.action'})
2.combotree组件
3.在跳转页面正常,在弹出层不显示数,浏览器F12可以看到数据已经加载了。
4.应该怎么解决,需求不能随便改,大家都是弹出层里面输入,加载的字典项因为是树所以才有这个问题。
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
每次弹出层,
init一次combotree.如果可以复用, init一次即可.