修改优化点
This commit is contained in:
+3
-2
@@ -450,12 +450,13 @@
|
||||
this.$refs.SelectedByRef.getPush()
|
||||
},
|
||||
detailClick(item,key) {
|
||||
this.$router.push({
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/docManage/library/detail',
|
||||
query: {
|
||||
id: item.bussDocumentLibraryId.split(',')[key]
|
||||
},
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
},
|
||||
SelectedByForm(userIds) {
|
||||
let query = {
|
||||
|
||||
Reference in New Issue
Block a user