2015-11-20 14:50:48 +08:00
|
|
|
//location.reload();
|
2016-07-14 17:23:48 +08:00
|
|
|
<% if @act %>
|
|
|
|
$("#organization_document_<%= @document.id %>").replaceWith("<%= escape_javascript(render :partial => 'organizations/show_org_document', :locals => {:document => @document,:flag => 2, :act => @act}) %>");
|
|
|
|
sd_create_editor_from_data(<%= @act.id %>,"","100%", "<%=@act.class.to_s%>");
|
|
|
|
<% elsif params[:detail_page] %>
|
2016-05-20 22:07:33 +08:00
|
|
|
window.location.href = '<%= organization_path(params[:organization_id],:org_subfield_id => @org_sub_id )%>';
|
2015-12-10 17:22:59 +08:00
|
|
|
<% else %>
|
|
|
|
window.location.reload();
|
|
|
|
<% end %>
|