|
@@ -576,6 +576,7 @@ class ExternalLibs {
|
|
this.frameVisible = true;
|
|
this.frameVisible = true;
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
if (this.$refs.frame) {
|
|
if (this.$refs.frame) {
|
|
|
|
+ this.$refs.frame.contentWindow.location.reload(true);
|
|
this.$refs.frame.contentWindow.focus();
|
|
this.$refs.frame.contentWindow.focus();
|
|
this.frameResize();
|
|
this.frameResize();
|
|
}
|
|
}
|