|  | @@ -25,7 +25,7 @@
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |  import sync from "../utils/computed.sync";
 | 
	
		
			
				|  |  |  import { groupBy } from "lodash";
 | 
	
		
			
				|  |  | -import { dictionListUser } from "@/api/system/user";
 | 
	
		
			
				|  |  | +import {dictionListUser, userListData} from "@/api/system/user";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    data() {
 | 
	
	
		
			
				|  | @@ -125,7 +125,7 @@ export default {
 | 
	
		
			
				|  |  |        );
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async refresh() {
 | 
	
		
			
				|  |  | -      dictionListUser(this.params).then(items=>{
 | 
	
		
			
				|  |  | +      userListData(this.params).then(items=>{
 | 
	
		
			
				|  |  |          // debugger
 | 
	
		
			
				|  |  |          if(items.data && Array.isArray(items.data)){
 | 
	
		
			
				|  |  |          items=items.data;
 |