NEZ-1236 fix: 点击筛选条件后,列表下方分页位置未更新

This commit is contained in:
zhangyu
2021-11-15 10:25:30 +08:00
parent 11fbf1f8e5
commit bbc48bbdbe
3 changed files with 3 additions and 0 deletions

View File

@@ -826,6 +826,7 @@ export default {
})
},
reloadTable (obj) {
this.pageObj.pageNo = 1
const params = JSON.parse(JSON.stringify(obj))
if (this.detailType === 'view') {
const obj = {}