@@ -55,8 +55,9 @@
this.fileUrl = '';
this.isShow = false;
- this.fileUrl = setFileUrl(row);
this.$nextTick(() => {
+ this.fileUrl = setFileUrl(row);
+
this.$refs.Iframe.onload = () => {
this.loading = false;
this.isShow = true;