js iframe 与 父窗体的调用
调子窗体
window.document.getElementById('vocabularymanagerIframe').contentWindow.gridStoreReload(obj);
调父窗体
window.parent.reloadVocabularyGrid(obj);
调子窗体
window.document.getElementById('vocabularymanagerIframe').contentWindow.gridStoreReload(obj);
调父窗体
window.parent.reloadVocabularyGrid(obj);