1.彈出層調(diào)用函數(shù):$.confirm({
confirmButtonClass: 'btn-info',
title: '組件信息',
confirm: function(){
//dosomething
} ,
animationSpeed: 1000 ,
backgroundDismiss: false,
confirmButton: '確定',
cancelButton: '取消',
content: 'url:../method.action'})2.combotree組件 <input id="myId" class="easyui-combotree form-control" data-options="data:[${dicBo.leaseCategory}], animate:true,lines:true"
style="width:100%; height:30px" value="${assetsPartsEntity.partsType}" >3.在跳轉(zhuǎn)頁面正常,在彈出層不顯示數(shù),瀏覽器F12可以看到數(shù)據(jù)已經(jīng)加載了。4.應(yīng)該怎么解決,需求不能隨便改,大家都是彈出層里面輸入,加載的字典項(xiàng)因?yàn)槭菢渌圆庞羞@個(gè)問題。
在彈出層里用easyui-combotree組件失效,應(yīng)該如何解決?
犯罪嫌疑人X
2018-10-25 14:10:15