function addtype() {
art.dialog.open("__APP__/Setting/add_type", { title: '添加客户类型', lock: 'true', width:700, height:380, close:function(){ parent.$("#otn").load(window.parent.location.href+" #otn"); } }); }本文共 258 字,大约阅读时间需要 1 分钟。
function addtype() {
art.dialog.open("__APP__/Setting/add_type", { title: '添加客户类型', lock: 'true', width:700, height:380, close:function(){ parent.$("#otn").load(window.parent.location.href+" #otn"); } }); }转载于:https://my.oschina.net/guomingliang/blog/206907