$.ajax({
async:false,
url :"${base}/dict/selectSubDictListByParentDictCode.shtml?dictCode="+parentDictCode,
type : "post",
cache : false,
dataType : "json",
error: function(){
alert('error');
},
success:function(data){
fillData(data);
}
});
慕标5832272
慕斯王