Skip to content

Commit

Permalink
修复比较时表格其他页查看详情出错
Browse files Browse the repository at this point in the history
  • Loading branch information
woniu9524 committed Feb 19, 2022
1 parent 72b6f48 commit 3347db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/tools/TableView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
}))
},
openText(index) {
index=(this.currentPage-1)*this.pageSize+index
let filename1 = this.tableData[index].firstNo
let filename2 = this.tableData[index].secondNo
let text1 = this.tableData[index].firstText.replace(/<.*?>/g,'')
Expand Down

0 comments on commit 3347db9

Please sign in to comment.