提交 07191b12 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/bug_process' into 'develop'

Merge of fix/bug_process to develop 重置范围选择问题修复

Closes #97

See merge request o2oa/o2oa!947
......@@ -274,8 +274,8 @@
<td class="editTableTitle">重置范围:</td>
<td class="editTableValue">
<input class="editTableRadio" name="resetRange" text{($.resetRange=='all')?'checked':''} type="radio" value="all"/>所有人
<input class="editTableRadio" name="resetRange" text{($.resetRange=='company')?'checked':''} type="radio" value="unit"/>直接组织
<input class="editTableRadio" name="resetRange" text{($.resetRange=='department')?'checked':''} type="radio" value="topUnit"/>顶层组织
<input class="editTableRadio" name="resetRange" text{($.resetRange=='unit')?'checked':''} type="radio" value="unit"/>直接组织
<input class="editTableRadio" name="resetRange" text{($.resetRange=='topUnit')?'checked':''} type="radio" value="topUnit"/>顶层组织
</td>
</tr>
</table>
......@@ -508,4 +508,4 @@
</div>
</div>
</div>
\ No newline at end of file
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册