| 
					
					
						
							
						
					
					
				 | 
				@ -147,15 +147,16 @@ export const roleediting = (id, data) => { | 
			
		
		
	
		
			
				 | 
				 | 
				  return request({ | 
				 | 
				 | 
				  return request({ | 
			
		
		
	
		
			
				 | 
				 | 
				    method: "post", | 
				 | 
				 | 
				    method: "post", | 
			
		
		
	
		
			
				 | 
				 | 
				    //url: `/api/identity/roles/${id}`,
 | 
				 | 
				 | 
				    //url: `/api/identity/roles/${id}`,
 | 
			
		
		
	
		
			
				 | 
				 | 
				    url: `/api/app/MyRole/Update/${id}`, | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    data, | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    url: `/api/app/MyRole/Update`, | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    data:{...data,id:id}, | 
			
		
		
	
		
			
				 | 
				 | 
				  }); | 
				 | 
				 | 
				  }); | 
			
		
		
	
		
			
				 | 
				 | 
				}; | 
				 | 
				 | 
				}; | 
			
		
		
	
		
			
				 | 
				 | 
				//角色管理删除
 | 
				 | 
				 | 
				//角色管理删除
 | 
			
		
		
	
		
			
				 | 
				 | 
				export const roledelention = (id) => { | 
				 | 
				 | 
				export const roledelention = (id) => { | 
			
		
		
	
		
			
				 | 
				 | 
				  return request({ | 
				 | 
				 | 
				  return request({ | 
			
		
		
	
		
			
				 | 
				 | 
				    //url: `/api/identity/roles/${id}`,
 | 
				 | 
				 | 
				    //url: `/api/identity/roles/${id}`,
 | 
			
		
		
	
		
			
				 | 
				 | 
				    url: `/api/app/MyRole/Delete/${id}`, | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    url: `/api/app/MyRole/Delete`, | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    data:{id}, | 
			
		
		
	
		
			
				 | 
				 | 
				    method: "post", | 
				 | 
				 | 
				    method: "post", | 
			
		
		
	
		
			
				 | 
				 | 
				  }); | 
				 | 
				 | 
				  }); | 
			
		
		
	
		
			
				 | 
				 | 
				}; | 
				 | 
				 | 
				}; | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |