centaline-data-driven 1.4.15 → 1.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -82,7 +82,7 @@
82
82
  </component>
83
83
  </div>
84
84
  <div style="min-height:200px" v-if="loading"></div>
85
- <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;"> </iframe>
85
+ <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;display: none;"> </iframe>
86
86
  </div>
87
87
  </template>
88
88
  <script>
@@ -170,7 +170,7 @@
170
170
  </div>
171
171
 
172
172
  <div v-if="isLoading && searchLoading" v-loading="isLoading" style="top: 30px"></div>
173
- <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;position: absolute;bottom: 0px;">
173
+ <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;position: absolute;bottom: 0px;display: none;">
174
174
  </iframe>
175
175
  </div>
176
176
  </template>
@@ -160,7 +160,7 @@
160
160
  </div>
161
161
  </el-main>
162
162
  </el-container>
163
- <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;">
163
+ <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;display: none;">
164
164
  </iframe>
165
165
  </div>
166
166
  </template>
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  <span class="progressMsg">{{ message }}</span>
14
14
  </div>
15
- <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;">
15
+ <iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;display: none;">
16
16
  </iframe>
17
17
  </div>
18
18
  </template>