jufubao-admin-library 1.1.141 → 1.1.142
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.
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
></xd-pagination>
|
|
55
55
|
</div>
|
|
56
56
|
</el-card>
|
|
57
|
+
<iframe id="download-url" style="display: none"></iframe>
|
|
57
58
|
</div>
|
|
58
59
|
</template>
|
|
59
60
|
|
|
@@ -333,7 +334,10 @@ export default {
|
|
|
333
334
|
// #endif
|
|
334
335
|
let fileName = '';
|
|
335
336
|
if(file_name && file_ext) fileName = `${file_name}.${file_ext}`;
|
|
336
|
-
|
|
337
|
+
let download = document.getElementById('download-url');
|
|
338
|
+
download.src = download_url
|
|
339
|
+
|
|
340
|
+
// downloadJs(download_url,fileName);
|
|
337
341
|
loading.close()
|
|
338
342
|
}).catch(err=>{
|
|
339
343
|
loading.close()
|