Source/plt-web/plt-web-ui/src/views/system/log/index.vue
@@ -134,6 +134,7 @@ }).then(res => { this.tableData = res.data.data; this.page.total = res.data.total; this.selectList=[]; this.tableLoading = false; }) }, @@ -195,7 +196,7 @@ this.lastIndex = newIndex; }, () => { this.selectList = []; this.selectList = [row]; } ); },