建议书下拉刷新 没有清空原列表数据问题处理

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-05-30 17:12:29 +08:00
parent d1f81d19f4
commit fbaff221a6

View File

@@ -231,6 +231,7 @@ export default {
pageSize: this.pageSize pageSize: this.pageSize
} }
let active = this.active let active = this.active
this.proposalList = []
this.getProposalList(active, pageInfo) // 加载数据 this.getProposalList(active, pageInfo) // 加载数据
}, },
tabChange(index) { tabChange(index) {