|
|
@ -12,15 +12,11 @@ export default {
|
|
|
|
iframViewStyle:{
|
|
|
|
iframViewStyle:{
|
|
|
|
height:"",
|
|
|
|
height:"",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
url:''
|
|
|
|
url:`http://localhost:80/productinformation?type=${this.$route.query.type}&flag=${this.$route.query.flag}&data=${this.$route.query.data}&token=${localStorage.getItem('MSSM-LIAONING__TOKEN')}`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created(){
|
|
|
|
|
|
|
|
this.url = `http://localhost:80/productinformation?type=${this.$route.query.type}&flag=${this.$route.query.flag || ''}&data=${this.$route.query.data || ''}`
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
methods:{
|
|
|
|
methods:{
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
this.$nextTick(()=>{
|
|
|
|
this.$nextTick(()=>{
|
|
|
|
let dom = document.getElementsByClassName('ifram-view');
|
|
|
|
let dom = document.getElementsByClassName('ifram-view');
|
|
|
|