这是我的简单代码
<%= render :partial => '/manage/regions/get_by_country', :locals => {:country_id => @last_search.country_id} %>
@last_search.country_id 有值(选中)
但是在渲染控件时,country_id 似乎为空或为空
我无法理解的是我在另一个控件中使用相同的语法并按预期工作
我也尝试添加硬编码的 country_id
<%@id = 118%>
<%= render :partial => 'manage/regions/get_by_country', :locals => {:country_id => @id} %>
<%end%>
并且没有工作控制渲染,但 country_id 为空