|
|
@@ -252,6 +252,7 @@
|
|
|
if( $("#save_term_class").data("modify_flag") != 1){
|
|
|
post_common_service("teamClass/add/list",data,function(data){
|
|
|
updateCalendar();
|
|
|
+ tip("今日排班成功!");
|
|
|
$('#myModal').modal('hide');
|
|
|
},function(error){
|
|
|
$('#myModal').modal('hide');
|
|
|
@@ -259,6 +260,7 @@
|
|
|
}else{
|
|
|
post_common_service("teamClass/update/list",data,function(data){
|
|
|
updateCalendar();
|
|
|
+ tip("今日排班成功!");
|
|
|
$('#myModal').modal('hide');
|
|
|
},function(error){
|
|
|
$('#myModal').modal('hide');
|