Commit 1fd42e67 authored by youjie's avatar youjie

no message

parent a6c26ec8
......@@ -295,10 +295,6 @@
},
methods: {
// 更新 iframe
onloadIfram() {
document.getElementById('#myTemplateUrl').contentWindow.location.reload();
},
closeIframe() {
this.dialogPptistVisible = false
},
......@@ -667,9 +663,6 @@
if (document.all.myIframe) {
document.all.myIframe.src = this.myIframeUrl + `&t=${new Date().getTime()}`
}
window.onload = function () {
onloadIfram()
}
},
watch: {
dataAll: {
......
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