Index: ssts-web/src/main/webapp/js/commonUtils.js =================================================================== diff -u -r41480 -r41482 --- ssts-web/src/main/webapp/js/commonUtils.js (.../commonUtils.js) (revision 41480) +++ ssts-web/src/main/webapp/js/commonUtils.js (.../commonUtils.js) (revision 41482) @@ -112,6 +112,17 @@ id: "index", html: "" }], + listeners: { + beforeClose: function () { + try{ + if(grid){ + grid.dwrReload(); + } + }catch(e){ + + } + } + }, buttons: [{ text: '导出PDF', id: 'exportPdf',