|  | @@ -234,7 +234,7 @@ export default {
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      // 查询列表
 | 
	
		
			
				|  |  |      getList(){
 | 
	
		
			
				|  |  | -        let MethodName = "/OrgServer/PageQuery/PageQuerySysUserList";
 | 
	
		
			
				|  |  | +        let MethodName = "/OrgServer/Manager/PageQuery/PageQuerySysUserList";
 | 
	
		
			
				|  |  |          let data = {
 | 
	
		
			
				|  |  |              search_content:this.searchInput.trim(),
 | 
	
		
			
				|  |  |              account_type:this.searchType,
 |