|  | @@ -263,7 +263,7 @@ function handleClick({ id, auditflowId }, isfirst) {
 | 
	
		
			
				|  |  |      else if (activeName.value == "hcxx" || isfirst)
 | 
	
		
			
				|  |  |        getHcInfo({ dkid: id, auditflowStep: "WYDC", auditflowId }).then(
 | 
	
		
			
				|  |  |          (res) => {
 | 
	
		
			
				|  |  | -          hcxxList.value = res.data;
 | 
	
		
			
				|  |  | +          hcxxList.value = res.data || [];
 | 
	
		
			
				|  |  |            nextTick(() => {
 | 
	
		
			
				|  |  |              for (let index = 0; index < hcxxList.value.length; index++) {
 | 
	
		
			
				|  |  |                hcxxRef.value[index].init(hcxxList.value[index].sdfjs);
 |