Ben il y a 2 jours
Parent
commit
5d750639c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      page/env/objInp.jsp

+ 1 - 1
page/env/objInp.jsp

@@ -68,7 +68,7 @@
 			<ss-bottom-button
 					id="saveAndCommit"
 					text="${saveAndCommitButtonValue}"
-					onclick='ss.form.submit({url:"<ss:serv name='${saveAndCommit}' dest='${saveAndCommitDest}' parm='${saveAndCommitParam}'/>",width:${saveAndCommitwidth},height:${saveAndCommitheight},minHeight:${saveAndCommitminheight},maxHeight:${saveAndCommitmaxheight},targetWin:parent});'
+					onclick='ss.form.submit({url:"<ss:serv name='${saveAndCommit}' dest='${saveAndCommitDest}' parm='${saveAndCommitParam}'/>",width:${saveAndCommitwidth},height:${saveAndCommitheight},minHeight:${saveAndCommitminheight},maxHeight:${saveAndCommitmaxheight},targetWin:null});'<%-- 最后一个参数原来为targetWin:parent导致刷新了顶层窗口,改为null Ben(20251215) --%>
 <%--					onclick='ss.display.reset("dialog",this,"<ss:serv name='${saveAndCommit}' dest='${saveAndCommitDest}' parm='${saveAndCommitParam}'/>",${saveAndCommitwidth},${saveAndCommitheight},${saveAndCommitminheight},${saveAndCommitmaxheight});'--%>
 					icon-class="bottom-div-save"
 			></ss-bottom-button>