mirror of https://github.com/openspug/spug
				
				
				
			F 修复未分配主机权限的普通用户可能出现白屏的问题
							parent
							
								
									8811793ff3
								
							
						
					
					
						commit
						33411ae46b
					
				| 
						 | 
				
			
			@ -111,7 +111,7 @@ class Store {
 | 
			
		|||
        this.rawRecords.map(item => this.idMap[item.id] = item);
 | 
			
		||||
        this.groups = res2.groups;
 | 
			
		||||
        this.rawTreeData = res2.treeData;
 | 
			
		||||
        this.group = this.treeData[0];
 | 
			
		||||
        this.group = this.treeData[0] || {};
 | 
			
		||||
      }))
 | 
			
		||||
      .finally(() => {
 | 
			
		||||
        this.isFetching = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue