...
|
...
|
@@ -40,7 +40,7 @@ var Bll = { |
|
|
});
|
|
|
//console.log("打开的数据module",module);
|
|
|
var d = new common.dialog({
|
|
|
title: (!!~index ? "修改" : "添加") + btn[0].button_name,
|
|
|
title: (!!~index ? "修改" : "添加") + (typeof btn[0].__title != "undefined" ? btn[0].__title : btn[0].button_name),
|
|
|
content: common.util.__template2($("#" + btn[0].dialog).html(), module),
|
|
|
width: '50%',
|
|
|
button: [{
|
...
|
...
|
|