修改bug

This commit is contained in:
caoyang
2022-03-11 18:09:51 +08:00
parent 980eee9723
commit 7ca3d0570b
2 changed files with 3 additions and 3 deletions
@@ -249,7 +249,7 @@
//选择框
onSelectChange(rows) {
// console.log('rows',rows)
// this.selectedRowKeys = selectedRowKeys
this.selectedRowKeys = rows
// let ids=[]
// if(rows && rows.length>0){
// rows.forEach(item=>{
@@ -270,7 +270,7 @@
onDetail(item) {
let newUrl = this.$router.resolve({
path: '/docManage/library/detail',
query: item
query: { id:item.documentId }
})
window.open(newUrl.href, '_blank')
}
@@ -258,7 +258,7 @@
},
//选择框
onSelectChange(rows) {
// this.selectedRowKeys = selectedRowKeys;
this.selectedRowKeys = rows;
// let ids=[]
// if(rows && rows.length>0){
// rows.forEach(item=>{