标准化活动日历
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content_text">
|
<div class="content_text">
|
||||||
<span>会议附件 :
|
<span>会议附件 :
|
||||||
<span v-if="item.files.length === 0">{{ '-' }}</span>
|
<span v-if="item.files.length === '0'">{{ '-' }}</span>
|
||||||
<span v-for="res in item.files" :key="res.id" style="color: #409EFF;" @click="previews(res.id)">
|
<span v-for="res in item.files" :key="res.id" style="color: #409EFF;" @click="previews(res.id)">
|
||||||
{{ res.name }}
|
{{ res.name }}
|
||||||
</span>
|
</span>
|
||||||
@@ -254,9 +254,6 @@ export default {
|
|||||||
if (attId != null && attId !== "") {
|
if (attId != null && attId !== "") {
|
||||||
window.location.href = "/api/att/attFile/downloadFileForSar?fileId=" + attId;
|
window.location.href = "/api/att/attFile/downloadFileForSar?fileId=" + attId;
|
||||||
}
|
}
|
||||||
},
|
|
||||||
aaa(val) {
|
|
||||||
console.log(val)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user