1. 程式人生 > >easyui dialog顯示關閉再開啟重複顯示上次內容

easyui dialog顯示關閉再開啟重複顯示上次內容

var url = *********;

 $('#estimateAtomicTable').dialog({
title:'',
iconCls:'icon-add',
modal:true,
width:900,
height:600,
//href:url,
closed:true,
buttons:[{
text:'取消',
iconCls:'icon-cancel',
handler:function(){
$('#estimateAtomicTable').dialog('close');
},
}]
});
$('#estimateAtomicTable').dialog('open').dialog('refresh', url); ;