Commit 565274d6 by yangbenyong

弹窗iframe高度问题

parent 270c23cc
...@@ -139,6 +139,7 @@ var Common = { ...@@ -139,6 +139,7 @@ var Common = {
content: Common.ctxPath+url, content: Common.ctxPath+url,
title: title, title: title,
maxmin: false, maxmin: false,
area: ['90%', '90%'],
cancel:function(index,layero){ cancel:function(index,layero){
//为防止错误关闭子页面做提示 //为防止错误关闭子页面做提示
var iframeWin = window[layero.find('iframe')[0]['name']]; var iframeWin = window[layero.find('iframe')[0]['name']];
......
...@@ -197,6 +197,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) { ...@@ -197,6 +197,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
}, },
initSearchForm:function(){ initSearchForm:function(){
Lib.initSearchForm( $("#searchForm"),budgetDeclaratioTable,form); Lib.initSearchForm( $("#searchForm"),budgetDeclaratioTable,form);
}, },
initToolBar:function(){ initToolBar:function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment