发布实训作业时,点击确认按钮后弹框没有消失导致可以点击无数次,生成多条一样的数据

This commit is contained in:
cxt 2017-09-30 16:49:24 +08:00
parent 0a5b79739a
commit ab8a8bfebc
1 changed files with 1 additions and 0 deletions

View File

@ -346,5 +346,6 @@ function new_shixun_homework(id){
var type=$("input[name='shixun_homework']:checked").val();
console.log(type);
$("#shixun_homework_common_new").submit();
hideModal();
}
}