|
|
@ -580,7 +580,7 @@
|
|
|
|
if ($.common.isEmpty(callback)) {
|
|
|
|
if ($.common.isEmpty(callback)) {
|
|
|
|
callback = function(index, layero) {
|
|
|
|
callback = function(index, layero) {
|
|
|
|
var iframeWin = layero.find('iframe')[0];
|
|
|
|
var iframeWin = layero.find('iframe')[0];
|
|
|
|
iframeWin.contentWindow.submitHandler();
|
|
|
|
iframeWin.contentWindow.submitHandler(index, layero);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
layer.open({
|
|
|
|
layer.open({
|
|
|
@ -658,7 +658,7 @@
|
|
|
|
shadeClose: true,
|
|
|
|
shadeClose: true,
|
|
|
|
yes: function(index, layero) {
|
|
|
|
yes: function(index, layero) {
|
|
|
|
var iframeWin = layero.find('iframe')[0];
|
|
|
|
var iframeWin = layero.find('iframe')[0];
|
|
|
|
iframeWin.contentWindow.submitHandler();
|
|
|
|
iframeWin.contentWindow.submitHandler(index, layero);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
cancel: function(index) {
|
|
|
|
cancel: function(index) {
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|