Commit 1fd42e67 authored by youjie's avatar youjie

no message

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