|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
<i class="el-icon-s-marketing"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<div>A项目检验报告.doc</div>
|
|
|
|
|
<div class="file-icon">
|
|
|
|
|
<div class="file-icon" @click="uploadBG">
|
|
|
|
|
<!-- cpjsyqlj -->
|
|
|
|
|
<i class="el-icon-download"></i>
|
|
|
|
|
下载
|
|
|
|
@ -761,6 +761,17 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
mounted() {},
|
|
|
|
|
methods: {
|
|
|
|
|
uploadBG() {
|
|
|
|
|
// let baseUrl =
|
|
|
|
|
// process.env.VUE_APP_BASE_API +
|
|
|
|
|
// `/common/downloadmino/download?filename=2023/5/16/40289e5688225c0b018822745173000e.pdf`;
|
|
|
|
|
// const link = document.createElement("a");
|
|
|
|
|
// link.href = baseUrl;
|
|
|
|
|
// link.style.display = "none";
|
|
|
|
|
// document.body.appendChild(link);
|
|
|
|
|
// link.click();
|
|
|
|
|
// document.body.removeChild(link);
|
|
|
|
|
},
|
|
|
|
|
//医疗器械
|
|
|
|
|
async yiliao(e) {
|
|
|
|
|
this.loading = true;
|
|
|
|
|