Authored by wangshusheng

去掉

... ... @@ -31,35 +31,6 @@ var Bll = {
//弹框
toast: function (module, hint, url) {
var e = new common.edit("#baseform", {bucket: "yhb-img01"});
//Bll.module = module;
//var d = new common.dialog({
// title: hint + "标签",
// content: common.util.__template2($("#template").html(), Bll.module),
// width: '40%',
// button: [
// {
// value: "保存",
// callback: function () {
// if (edit.validate()) {
// common.util.__ajax({
// url: url,
// data: Bll.module
// }, function () {
// Bll.getList();
// g.init(list);
// d.close();
// });
// }
// return false;
// },
// css: "btn-primary"
// },
// {
// "value": "取消",
// "css": "btn-info"
// }
// ]
//});
var dialog = common.dialog.confirm(hint,
common.util.__template($("#template").html(), module),
... ...