* Fix #6448 * Use nextTick
This commit is contained in:
		
							parent
							
								
									99955f0af9
								
							
						
					
					
						commit
						93aba74463
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -494,9 +494,11 @@ export default Vue.extend({
 | 
				
			||||||
					...i,
 | 
										...i,
 | 
				
			||||||
					token: token
 | 
										token: token
 | 
				
			||||||
				}).then(() => {
 | 
									}).then(() => {
 | 
				
			||||||
 | 
										this.$nextTick(() => {
 | 
				
			||||||
						location.reload();
 | 
											location.reload();
 | 
				
			||||||
					});
 | 
										});
 | 
				
			||||||
				});
 | 
									});
 | 
				
			||||||
 | 
								});
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		async onNotification(notification) {
 | 
							async onNotification(notification) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue