修改文件上传
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user