提交 3643f554 authored 作者: 翟畅's avatar 翟畅

zc附件批量导入

上级 28a03a0b
......@@ -176,13 +176,13 @@ export default {
return isEPUB;
}
} else if(this.type == 'pdf') { //pdf
if(!isPDF) {
this.name == 'article'?
this.$message.warning('上传文章只能是 pdf 格式!')
:this.$message.warning('上传素材只能是 pdf 格式!')
// if(!isPDF) {
// this.name == 'article'?
// this.$message.warning('上传文章只能是 pdf 格式!')
// :this.$message.warning('上传素材只能是 pdf 格式!')
return isPDF
}
// return isPDF
// }
} else if(this.type == 'video') { //视频
if(!isVideo) {
this.$message.warning('上传视频只能是 mp4 格式!')
......@@ -209,7 +209,9 @@ export default {
pdf: response.fileName,
pdfName: response.originalFileName,
name: response.originalFileName,
diyTypeCode: this.code
diyTypeCode: this.code,
size: Number(response.size/1024/1024).toFixed(2) + 'M',
formats: '.' + response.originalFileName.split('.')[1]
}
this.commonList.push(commonObj)
} else if(this.type == 'video') { //视频
......
......@@ -147,7 +147,6 @@
:action="action"
:type="resourceList[8]"
name='article'
accept=".pdf"
:code="listQuery.diyTypeCode"
:sending="sending"
></import-dia>
......@@ -418,6 +417,8 @@ import searchDia from "@/components/dialog/searchTips";
obj.annex = item.pdf
obj.annexName = item.name
obj.name = item.name
obj.size = item.size
obj.formats = item.formats
arr.push(obj)
})
let data = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论