修改文件上传

This commit is contained in:
qq787203167
2022-03-07 15:18:31 +08:00
parent 3a07e28dcf
commit e22408e5e3
2 changed files with 8 additions and 6 deletions
@@ -120,7 +120,7 @@
getDocumentInfo: 'document/bussDocumentLibraryEO/getDocumentInfoById', //查看
deleteBatch: 'document/bussDocumentLibraryEO/deleteBatch', //删除
pullMessage: 'document/bussDocumentLibraryEO/pullMessage',//推送
importZipUrl: 'document/bussDocumentLibraryEO/importZip'//导入
importZipUrl: '/document/bussDocumentLibraryEO/importZip'//导入
},
idList: []
}
@@ -182,12 +182,12 @@
},
//推送
handleCompare() {
if (this.idList.length > 0){
if (this.idList.length > 0) {
this.$nextTick(() => {
this.$refs.libraryPushRef.visible = true
this.$refs.libraryPushRef.tableKey = this.idList
})
}else{
} else {
this.$message.warning(this.$t('selectLeastOne'))
}
},
@@ -272,7 +272,7 @@
path: '/docManage/library/detail',
query: item
})
window.open(newUrl.href, "_blank");
window.open(newUrl.href, '_blank')
}
}
}