|  | @@ -28,7 +28,7 @@ import {
 | 
	
		
			
				|  |  |              $.ajax({
 | 
	
		
			
				|  |  |                  method: "get",
 | 
	
		
			
				|  |  |                  dataType: "json",
 | 
	
		
			
				|  |  | -                //url: globalConfig.context + "/portal/search/demandList",
 | 
	
		
			
				|  |  | +                url: globalConfig.context + "/portal/search/demandList",
 | 
	
		
			
				|  |  |                  data: {
 | 
	
		
			
				|  |  |                      fieldA:left_val,
 | 
	
		
			
				|  |  |                      category:right_val
 | 
	
	
		
			
				|  | @@ -41,7 +41,7 @@ import {
 | 
	
		
			
				|  |  |              $.ajax({
 | 
	
		
			
				|  |  |                  method: "get",
 | 
	
		
			
				|  |  |                  dataType: "json",
 | 
	
		
			
				|  |  | -                // url: globalConfig.context + "/portal/search/demandList",
 | 
	
		
			
				|  |  | +                url: globalConfig.context + "/portal/search/demandList",
 | 
	
		
			
				|  |  |                  data: {
 | 
	
		
			
				|  |  |                      fieldA:left_val,
 | 
	
		
			
				|  |  |                      dataCategory :right_val
 | 
	
	
		
			
				|  | @@ -60,7 +60,7 @@ import {
 | 
	
		
			
				|  |  |          $.ajax({
 | 
	
		
			
				|  |  |              method: "get",
 | 
	
		
			
				|  |  |              dataType: "json",
 | 
	
		
			
				|  |  | -            //url: globalConfig.context + "/portal/search/demandList",
 | 
	
		
			
				|  |  | +            url: globalConfig.context + "/portal/search/demandList",
 | 
	
		
			
				|  |  |              data: {
 | 
	
		
			
				|  |  |                  fieldA:left_val,
 | 
	
		
			
				|  |  |                  category:right_val
 |