WebIDE交互优化

This commit is contained in:
xueli.xue 2017-03-22 19:49:08 +08:00
parent 54dc233738
commit e6f3f79d66
1 changed files with 20 additions and 21 deletions

View File

@ -39,7 +39,7 @@ $(function() {
return;
}
ComConfirm.show("是否执行保存操作?", function(){
$.ajax({
type : 'POST',
url : base_url + '/jobcode/save',
@ -60,7 +60,6 @@ $(function() {
}
}
});
});
});