WebIDE交互优化

pull/1/head
xueli.xue 9 years ago
parent 54dc233738
commit e6f3f79d66

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

Loading…
Cancel
Save