@@ -190,6 +190,7 @@ export default {
forbidClick: true
});
this.$http.get('/user/get/' + this.$route.query.id).then(res => {
+ this.$toast.clear();
this.info = res;
this.getData(true);