名为辉耀 VIP1
2018-03-22 开始修炼简单之道
刚刚
Jieven 发表了文章
71月前
名为辉耀 回复
解决了
if (isSelected(grid)){
var dialog = parent.sy.modalDialog({
title : '可用功能选择',
url : '/eova/backstage/survey/bussestion.htm',
buttons : [ {
text : '确定',
handler : function() {
alert('确定');
}
} ,{
text : '取消',
handler : function() {
dialog.dialog('close');
}
} ]
}, 1300, 600);
}