Commit 9a880d43 authored by youjie's avatar youjie

no message

parent 36d1aa17
...@@ -46,9 +46,9 @@ ...@@ -46,9 +46,9 @@
if(document.all.myTemplateUrl){ if(document.all.myTemplateUrl){
document.all.myTemplateUrl.src = this.Url+`&t=${new Date().getTime()}` document.all.myTemplateUrl.src = this.Url+`&t=${new Date().getTime()}`
} }
window.onload = function () { // window.onload = function () {
document.getElementById('#myTemplateUrl').contentWindow.location.reload(); // document.getElementById('#myTemplateUrl').contentWindow.location.reload();
} // }
}, },
deep: true, deep: true,
immediate:true immediate:true
......
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