ting.yin 5 年之前
父节点
当前提交
fca0501857
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspected.jsp

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

@@ -129,11 +129,11 @@ $(document).ready(function() {
         });
         });
     }
     }
     
     
+	$('#progress').html(ids.length);
     process(1);
     process(1);
 });
 });
 
 
 function process(index){
 function process(index){
-	$('#progress').html(ids.length);
 	
 	
     if(index<1){
     if(index<1){
         return;
         return;