Authored by wangwei

update

... ... @@ -115,15 +115,14 @@ var Bll = {
value: "保存",
callback: function () {
if (edit.validate()) {
common.util.__ajax({
common.util.__ajax2({
url: url,
data: Bll.module
}, function (res) {
if (res.code == '200') {
g.reload();
d.close();
}
else {
}else{
common.util.__tip(res.message, "warning");
}
}, true);
... ...