更新后依然不可用。提示对象不支持方法。。。。。。。。。
function onDeptChanged(e) {
var cardcity = mini.get("cardcity");
var id = cardprovince.getValue();
//alert(id);
cardcity.setValue("");
var url = "${ctx}/BM/FR/BMFRSEARCH.jsp?method=getCity&id=" + id
url=encodeURI(url);
url=encodeURI(url);
cardcity.setUrl(url);
cardcity.select(0);
}作者: dute072 时间: 2012-9-28 16:59:04