|
@@ -89,7 +89,6 @@ export default {
|
|
|
if(url) {
|
|
|
const urls = this.$router.resolve(url)
|
|
|
const fileUrl = '/shareFile' + urls.href.split('/shareFile')[1]
|
|
|
- console.log(fileUrl, 'url')
|
|
|
this.$confirm("确定下载该归档协议吗?", "提示").then(() => {
|
|
|
const a1 = document.createElement('a')
|
|
|
a1.download = this.contractRes.contract_file_name
|