Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/selectEndCause.jsp =================================================================== diff -u -r27253 -r27263 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/selectEndCause.jsp (.../selectEndCause.jsp) (revision 27253) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/selectEndCause.jsp (.../selectEndCause.jsp) (revision 27263) @@ -62,8 +62,9 @@ alert("请选择" + optionTip); return false; } - self.returnValue = returnVal; - self.close(); + var win = parent.Ext.getCmp('extWindow'); + win.returnValue = returnVal; + win.close(); }); $("#tem").on("keyup",function(){ if($("#tem").val().length >= 2000){ @@ -76,8 +77,9 @@ if($("#tem").val() != ""){ $("#tem").text(""); } - self.returnValue = ""; - self.close(); + var win = parent.Ext.getCmp('extWindow'); + win.returnValue = returnVal; + win.close(); }); });