pc-master #245
@ -288,12 +288,12 @@ export default {
 | 
				
			|||||||
        const that = this;
 | 
					        const that = this;
 | 
				
			||||||
        if (localStorage.getItem('token')) {
 | 
					        if (localStorage.getItem('token')) {
 | 
				
			||||||
            that.getEqbyid();
 | 
					            that.getEqbyid();
 | 
				
			||||||
           
 | 
					              that.getReg()
 | 
				
			||||||
            setTimeout(() => {
 | 
					            setTimeout(() => {
 | 
				
			||||||
                that.pageTimer && clearInterval(that.pageTimer)
 | 
					                that.pageTimer && clearInterval(that.pageTimer)
 | 
				
			||||||
                that.pageTimer = setInterval(() => {
 | 
					                that.pageTimer = setInterval(() => {
 | 
				
			||||||
                    that.getEqbyid();
 | 
					                    that.getEqbyid();
 | 
				
			||||||
                     that.getReg()
 | 
					                  
 | 
				
			||||||
                }, 5000);
 | 
					                }, 5000);
 | 
				
			||||||
            }, 0);
 | 
					            }, 0);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user