|  | @@ -703,7 +703,6 @@ let params = {
 | 
											
												
													
														|  |      
 |  |      
 | 
											
												
													
														|  |               let eadata=e.data
 |  |               let eadata=e.data
 | 
											
												
													
														|  |               var rdata=JSON.parse(e.data)
 |  |               var rdata=JSON.parse(e.data)
 | 
											
												
													
														|  | -             console.log(rdata);
 |  | 
 | 
											
												
													
														|  |             if(rdata.hasOwnProperty("img")){
 |  |             if(rdata.hasOwnProperty("img")){
 | 
											
												
													
														|  |             this.$refs.TFileStream.imgtupian=true;
 |  |             this.$refs.TFileStream.imgtupian=true;
 | 
											
												
													
														|  |            this.$refs.TFileStream.fetchData(rdata);
 |  |            this.$refs.TFileStream.fetchData(rdata);
 | 
											
										
											
												
													
														|  | @@ -712,6 +711,7 @@ let params = {
 | 
											
												
													
														|  |           
 |  |           
 | 
											
												
													
														|  |            // HCFD云图的参数返回 存储
 |  |            // HCFD云图的参数返回 存储
 | 
											
												
													
														|  |            console.log(rdata);
 |  |            console.log(rdata);
 | 
											
												
													
														|  | 
 |  | +          let rdataparamJson =rdata.paramJson;
 | 
											
												
													
														|  |            if(this.selectval=='HCFDLab'){
 |  |            if(this.selectval=='HCFDLab'){
 | 
											
												
													
														|  |                if(rdata.action=='ResultImport'){
 |  |                if(rdata.action=='ResultImport'){
 | 
											
												
													
														|  |            
 |  |            
 | 
											
										
											
												
													
														|  | @@ -762,14 +762,9 @@ let params = {
 | 
											
												
													
														|  |                if(rdata.action=='ResultImport'){
 |  |                if(rdata.action=='ResultImport'){
 | 
											
												
													
														|  |                      let data=JSON.parse(rdata.paramJson);
 |  |                      let data=JSON.parse(rdata.paramJson);
 | 
											
												
													
														|  |                        if(data.msgType=="contour_param"){
 |  |                        if(data.msgType=="contour_param"){
 | 
											
												
													
														|  | -                        // sessionStorage.setItem("ytdata",JSON.stringify(data));
 |  | 
 | 
											
												
													
														|  | -                        //   this.ytdata=rdata;
 |  | 
 | 
											
												
													
														|  | -                        //   outlinedata
 |  | 
 | 
											
												
													
														|  |                             this.$refs.fem.outlinedata(JSON.stringify(data))
 |  |                             this.$refs.fem.outlinedata(JSON.stringify(data))
 | 
											
												
													
														|  |                        }
 |  |                        }
 | 
											
												
													
														|  |                        if(data.msgType=='line_param'){
 |  |                        if(data.msgType=='line_param'){
 | 
											
												
													
														|  | -                          // sessionStorage.setItem("ytdata",JSON.stringify(data));
 |  | 
 | 
											
												
													
														|  | -                          //   this.ytdata=rdata;
 |  | 
 | 
											
												
													
														|  |                             this.$refs.fem.outlinedata(JSON.stringify(data))
 |  |                             this.$refs.fem.outlinedata(JSON.stringify(data))
 | 
											
												
													
														|  |                        }
 |  |                        }
 | 
											
												
													
														|  |                        if(data.msgType=='vector_param'){
 |  |                        if(data.msgType=='vector_param'){
 | 
											
										
											
												
													
														|  | @@ -802,10 +797,9 @@ let params = {
 | 
											
												
													
														|  |                      
 |  |                      
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  |                }else{
 |  |                }else{
 | 
											
												
													
														|  | -                  
 |  | 
 | 
											
												
													
														|  |                }
 |  |                }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -          }else if(rdata.hasOwnProperty('Error')){
 |  | 
 | 
											
												
													
														|  | 
 |  | +          }else if(rdataparamJson.hasOwnProperty('Error')){
 | 
											
												
													
														|  |                this.loadingend(this.loadingopen());       
 |  |                this.loadingend(this.loadingopen());       
 | 
											
												
													
														|  |         }
 |  |         }
 | 
											
												
													
														|  |          return true;       
 |  |          return true;       
 |