提交待办修改
This commit is contained in:
		
							parent
							
								
									f129533d18
								
							
						
					
					
						commit
						0006fc8857
					
				|  | @ -64,7 +64,7 @@ | |||
|             </Items> | ||||
|         </f:Panel> | ||||
|         <f:Window ID="Window1" Title="办理" Hidden="true" EnableIFrame="true" EnableMaximize="true" | ||||
|             Target="Parent" EnableResize="false" runat="server" IsModal="true" | ||||
|             Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close" | ||||
|             Width="1200px" Height="650px"> | ||||
|         </f:Window> | ||||
|         <f:Menu ID="Menu1" runat="server"> | ||||
|  |  | |||
|  | @ -121,5 +121,15 @@ namespace FineUIPro.Web.SysManage | |||
|                 PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("{0}", getData.PCUrl, "编辑 - "))); | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         /// <summary> | ||||
|         /// 关闭弹出窗 | ||||
|         /// </summary> | ||||
|         /// <param name="sender"></param> | ||||
|         /// <param name="e"></param> | ||||
|         protected void Window1_Close(object sender, WindowCloseEventArgs e) | ||||
|         { | ||||
|             BindGrid(); | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Loading…
	
		Reference in New Issue