Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -116,6 +116,8 @@ export default { |
116 | 116 | this.list.length = 0; |
117 | 117 | this.page.num = 1; |
118 | 118 | this.loadData(1); |
119 | + this.isJudgeNextPage = ''; | |
120 | + this.model1.userInfo.type = ''; | |
119 | 121 | }, |
120 | 122 | /*上拉加载的回调: 其中page.num:当前页 从1开始, page.size:每页数据条数,默认10 */ |
121 | 123 | upCallback() { | ... | ... |