Добавлен location.reload для фрейма
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user