Browse Source

Merge branch 'stmms_ft_dev' into test_20181225

luoshi 6 years ago
parent
commit
0f2e6bd5d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/groupAdd.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/groupAdd.jsp

@@ -46,7 +46,7 @@
         <div class="control-group">
             <label class="control-label">题号</label>
             <div class="controls">
-                <form:input path="number" htmlEscape="false" maxlength="10" class="required"/>
+                <form:input path="number" htmlEscape="false" maxlength="10" min="1" class="required digits"/>
             </div>
         </div>
 		<div class="control-group">