子页面调用父页面的方法;
window.parent[0].deviceListList(1); //deviceListList(1) :父页面查询方法
window.parent.$(".aui_close").click();
window.parent.$("#div_Mask").remove();
原文:https://www.cnblogs.com/hhkkomg/p/14934076.html