Showing
2 changed files
with
4 additions
and
1 deletions
@@ -145,6 +145,7 @@ export default { | @@ -145,6 +145,7 @@ export default { | ||
145 | mask: true, | 145 | mask: true, |
146 | time: 1000 | 146 | time: 1000 |
147 | }).show(); | 147 | }).show(); |
148 | + this.reachBottom(true); | ||
148 | } else { | 149 | } else { |
149 | this.$createToast({ | 150 | this.$createToast({ |
150 | txt: result.message, | 151 | txt: result.message, |
-
Please register or login to post a comment