本帖最后由 hanye0204856 于 2012-08-03 10:08:47 编辑

解决方案 »

  1.   

    嗯,没有人解决,我自己后来请教同事解决了,原因就是因为每次打开第一个弹出窗口的时候需要初始化一下页面url, 
    function seachCustomobj(){
       ('#customobj-window').window({
           href:'${basePath}/page/etPlat2/addData/seachCustomobj_list.jsp?'
       });
       customobjWin.window('open');   
    }
    同样的,serchProduct也这样修改一下,问题解决!