编辑功能

This commit is contained in:
huang 2018-02-08 11:24:42 +08:00
parent cfb3b3184b
commit dc36435be5
1 changed files with 3 additions and 2 deletions

View File

@ -39,8 +39,8 @@
</div>
<div class="field line_field">
<label>数据描述:</label>
<%#= f.number_field :user_id %>
<textarea class="wb85 h200 mb20"></textarea>
<%= f.text_area :user_id, :class => "wb85 h200 mb20" %>
<!--<textarea class=""></textarea>-->
</div>
<!--<div class="field line_field">-->
<!--<label>标签:</label>-->
@ -82,6 +82,7 @@
return;
}
$("#new_statistic").submit();
$("#edit_statistic_1").submit();
}
// 获取子类别
function getSubCategory(id){