ting.yin 5 年 前
コミット
b2192f9cdf

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

@@ -137,8 +137,7 @@ function process(index){
         	student = result;
         	render();
     	}else{
-    		alert('获取考生信息出错');
-    		onProcessFinish(true);
+    		window.location.reload();
     	}
     }).error(function() {
         alert('获取考生信息出错');