|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style="height:100%">
|
|
|
+ <div style="height:100%" class="iframeBody">
|
|
|
<iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
|
|
|
</div>
|
|
|
|
|
@@ -11,7 +11,7 @@
|
|
|
export default {
|
|
|
data(){
|
|
|
return {
|
|
|
- url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$C9NAUTIMJ5Z5AEO9CYUEOB2UTB935UID.rpttpl&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
|
|
|
+ url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$C9NAUTIMJ5Z5AEO9CYUEOB2UTB935UID.rpttpl&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true --disable-features=SameSiteByDefaultCookies"
|
|
|
}
|
|
|
}
|
|
|
}
|