|  | @@ -337,7 +337,7 @@ export default {
 | 
	
		
			
				|  |  |    watch: {
 | 
	
		
			
				|  |  |      "searchForm.organId"(val) {
 | 
	
		
			
				|  |  |        if (val) {
 | 
	
		
			
				|  |  | -        queryByOrganId({ organId: val, enable: true }).then((res) => {
 | 
	
		
			
				|  |  | +        queryByOrganId({ organId: val, enable: false }).then((res) => {
 | 
	
		
			
				|  |  |            if (res.code == 200) {
 | 
	
		
			
				|  |  |              this.cooperationList = res.data;
 | 
	
		
			
				|  |  |            }
 |