Browse Source

Добавлен location.reload для фрейма

Book Pauk 2 years ago
parent
commit
9bc4c3201c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/ExternalLibs/ExternalLibs.vue

+ 1 - 0
client/components/ExternalLibs/ExternalLibs.vue

@@ -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();
                 }
                 }