@@ -188,7 +188,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
if(Config.is_fault){
$.ajax({
type:'post',
- url:Config.url_type+'/sim/real-exam-collection/teacher/exercise/close/'+ids,
+ url:Config.url_type+'/sim/real-exam-collection/teacher/ref/'+ids,
success:function(data){
if(data.code==200){
Layer.close(indexnew);