|  | @@ -472,6 +472,10 @@ export default {
 | 
	
		
			
				|  |  |    computed: {
 | 
	
		
			
				|  |  |      ...mapGetters(["orgName", "userId", "roleList", "orgId"]),
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  activated (){
 | 
	
		
			
				|  |  | +    console.log("刷新");
 | 
	
		
			
				|  |  | +    this.getList();
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      async onDown(pdfUrl) {
 | 
	
		
			
				|  |  |        window.open(pdfUrl);
 | 
	
	
		
			
				|  | @@ -534,6 +538,7 @@ export default {
 | 
	
		
			
				|  |  |        this.$router.push(path);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      getDefaultKey(key) {
 | 
	
		
			
				|  |  | +      // console.log("wwewe")
 | 
	
		
			
				|  |  |        this.queryParams.orgId = key;
 | 
	
		
			
				|  |  |        this.selectedOrgName = this.orgName;
 | 
	
		
			
				|  |  |        this.getList();
 | 
	
	
		
			
				|  | @@ -580,7 +585,7 @@ export default {
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async getList() {
 | 
	
		
			
				|  |  | -      console.log(this.queryParams, "this.queryParams");
 | 
	
		
			
				|  |  | +      console.log(this.queryParams, "this.queryParams2222");
 | 
	
		
			
				|  |  |        this.loading = true;
 | 
	
		
			
				|  |  |        api
 | 
	
		
			
				|  |  |          .page(this.queryParams)
 |