|  | @@ -1772,7 +1772,7 @@
 | 
											
												
													
														|  |          <el-button   @click="dialog.SurfaceGrid_visiable = false"
 |  |          <el-button   @click="dialog.SurfaceGrid_visiable = false"
 | 
											
												
													
														|  |            >{{ $t("HCFD.file.cancel")}}  </el-button
 |  |            >{{ $t("HCFD.file.cancel")}}  </el-button
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  | -        <el-button type="primary" @click="bStepok('','ResultImport','','');dialog.SurfaceGrid_visiable = false"
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="bStepok('ResultImport','','');dialog.SurfaceGrid_visiable = false"
 | 
											
												
													
														|  |            >{{ $t("HCFD.file.ok")}}</el-button
 |  |            >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
										
											
												
													
														|  | @@ -1854,7 +1854,7 @@
 | 
											
												
													
														|  |          <el-button   @click="dialog.VolumeGrid_visiable = false"
 |  |          <el-button   @click="dialog.VolumeGrid_visiable = false"
 | 
											
												
													
														|  |            >{{ $t("HCFD.file.cancel")}}</el-button
 |  |            >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  | -        <el-button type="primary" @click="bStepok('','ResultImport','',''); dialog.VolumeGrid_visiable = false"
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="bStepok('ResultImport','',''); dialog.VolumeGrid_visiable = false"
 | 
											
												
													
														|  |            >{{ $t("HCFD.file.ok")}}</el-button
 |  |            >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
										
											
												
													
														|  | @@ -2849,6 +2849,7 @@ export default {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |    data() {
 |  |    data() {
 | 
											
												
													
														|  |      return {
 |  |      return {
 | 
											
												
													
														|  | 
 |  | +    
 | 
											
												
													
														|  |        // 云图参数
 |  |        // 云图参数
 | 
											
												
													
														|  |           Stepe:'',//步数
 |  |           Stepe:'',//步数
 | 
											
												
													
														|  |           isVolume:"",
 |  |           isVolume:"",
 | 
											
										
											
												
													
														|  | @@ -3674,7 +3675,7 @@ pointclick(){
 | 
											
												
													
														|  |   addTab(targetName) {
 |  |   addTab(targetName) {
 | 
											
												
													
														|  |     this.target= targetName;
 |  |     this.target= targetName;
 | 
											
												
													
														|  |          let newTabName = ++this.tabIndex + '';
 |  |          let newTabName = ++this.tabIndex + '';
 | 
											
												
													
														|  | -       this.bStepok('',"SliceDisplayAdd",newTabName,'')
 |  | 
 | 
											
												
													
														|  | 
 |  | +       this.bStepok("SliceDisplayAdd",newTabName,'')
 | 
											
												
													
														|  |          this.editableTabs.push({
 |  |          this.editableTabs.push({
 | 
											
												
													
														|  |                  index:newTabName,
 |  |                  index:newTabName,
 | 
											
												
													
														|  |                  type:"line", 
 |  |                  type:"line", 
 | 
											
										
											
												
													
														|  | @@ -3718,7 +3719,7 @@ addparam(){
 | 
											
												
													
														|  |         })
 |  |         })
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |        updata(){
 |  |        updata(){
 | 
											
												
													
														|  | -            this.bStepok('',"SliceDisplayUpdate",'','');
 |  | 
 | 
											
												
													
														|  | 
 |  | +            this.bStepok("SliceDisplayUpdate",'','');
 | 
											
												
													
														|  |              
 |  |              
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        //updata的参数
 |  |        //updata的参数
 | 
											
										
											
												
													
														|  | @@ -3762,7 +3763,7 @@ updataparam(){
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          this.editableTabsValue = activeName;
 |  |          this.editableTabsValue = activeName;
 | 
											
												
													
														|  |          this.editableTabs = tabs.filter(tab => tab.index !== val);
 |  |          this.editableTabs = tabs.filter(tab => tab.index !== val);
 | 
											
												
													
														|  | -        this.bStepok('',"SliceDisplayDel",val,'');
 |  | 
 | 
											
												
													
														|  | 
 |  | +        this.bStepok("SliceDisplayDel",val,'');
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        removeTab(targetName) {
 |  |        removeTab(targetName) {
 | 
											
										
											
												
													
														|  | @@ -3783,7 +3784,7 @@ updataparam(){
 | 
											
												
													
														|  |          
 |  |          
 | 
											
												
													
														|  |          this.editableTabsValue = activeName;
 |  |          this.editableTabsValue = activeName;
 | 
											
												
													
														|  |          this.editableTabs = tabs.filter(tab => tab.index !== targetName);
 |  |          this.editableTabs = tabs.filter(tab => tab.index !== targetName);
 | 
											
												
													
														|  | -         this.bStepok('',"SliceDisplayDel",targetName,'');
 |  | 
 | 
											
												
													
														|  | 
 |  | +         this.bStepok("SliceDisplayDel",targetName,'');
 | 
											
												
													
														|  |          
 |  |          
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |     handletabclick(el){
 |  |     handletabclick(el){
 | 
											
										
											
												
													
														|  | @@ -3792,7 +3793,7 @@ updataparam(){
 | 
											
												
													
														|  |     },  
 |  |     },  
 | 
											
												
													
														|  |  liceOK(){
 |  |  liceOK(){
 | 
											
												
													
														|  |    let paramJson=JSON.stringify(this.editableTabs)
 |  |    let paramJson=JSON.stringify(this.editableTabs)
 | 
											
												
													
														|  | -  this.bStepok('',"SliceDisplayApply",'',paramJson);
 |  | 
 | 
											
												
													
														|  | 
 |  | +  this.bStepok("SliceDisplayApply",'',paramJson);
 | 
											
												
													
														|  |    this.dialog.Slice_Surface= false;
 |  |    this.dialog.Slice_Surface= false;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
										
											
												
													
														|  | @@ -3923,7 +3924,6 @@ hcfdparam(){
 | 
											
												
													
														|  |              let _this = this;
 |  |              let _this = this;
 | 
											
												
													
														|  |              let isStop = false;
 |  |              let isStop = false;
 | 
											
												
													
														|  |                // if (!isStop && !_this.isSolverEnd) {
 |  |                // if (!isStop && !_this.isSolverEnd) {
 | 
											
												
													
														|  | -           //this.$parent.fun();
 |  | 
 | 
											
												
													
														|  |             this.$parent.funagain();
 |  |             this.$parent.funagain();
 | 
											
												
													
														|  |                // }
 |  |                // }
 | 
											
												
													
														|  |         
 |  |         
 | 
											
										
											
												
													
														|  | @@ -4012,7 +4012,7 @@ setpnum(){
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  // 获取轮廓数据
 |  |  // 获取轮廓数据
 | 
											
												
													
														|  | -bStepok(num,action,index,paramJson){
 |  | 
 | 
											
												
													
														|  | 
 |  | +bStepok(action,index,paramJson){
 | 
											
												
													
														|  |    const params = {
 |  |    const params = {
 | 
											
												
													
														|  |          transCode: 'AFT001',
 |  |          transCode: 'AFT001',
 | 
											
												
													
														|  |          pid:this.project.projectId,
 |  |          pid:this.project.projectId,
 | 
											
										
											
												
													
														|  | @@ -4021,7 +4021,7 @@ bStepok(num,action,index,paramJson){
 | 
											
												
													
														|  |          paramJson:paramJson,
 |  |          paramJson:paramJson,
 | 
											
												
													
														|  |          step:this.Stepe,
 |  |          step:this.Stepe,
 | 
											
												
													
														|  |          scalarName:this.outlineobj.scalarName,
 |  |          scalarName:this.outlineobj.scalarName,
 | 
											
												
													
														|  | -        level:num,
 |  | 
 | 
											
												
													
														|  | 
 |  | +        level:this.outlineobj.level,
 | 
											
												
													
														|  |          range0:this.outlineobj.range0,
 |  |          range0:this.outlineobj.range0,
 | 
											
												
													
														|  |          range1:this.outlineobj.range1,
 |  |          range1:this.outlineobj.range1,
 | 
											
												
													
														|  |          isVolume:this.isVolume,
 |  |          isVolume:this.isVolume,
 | 
											
										
											
												
													
														|  | @@ -4041,14 +4041,14 @@ bStepok(num,action,index,paramJson){
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  //level颜色的数据
 |  |  //level颜色的数据
 | 
											
												
													
														|  |  changeblur(){
 |  |  changeblur(){
 | 
											
												
													
														|  | - this.bStepok(this.outlineobj.level,'ContourDisplay','','')
 |  | 
 | 
											
												
													
														|  | 
 |  | + this.bStepok('ContourDisplay','','')
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  vchangeblur(){
 |  |  vchangeblur(){
 | 
											
												
													
														|  | - this.bStepok(this.outlineobj.level,"LineDisplay",'','')
 |  | 
 | 
											
												
													
														|  | 
 |  | + this.bStepok("LineDisplay",'','')
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  // 获取轮廓数据
 |  |  // 获取轮廓数据
 | 
											
												
													
														|  | -outlinedata(){
 |  | 
 | 
											
												
													
														|  | -  let ytdata= JSON.parse(sessionStorage.getItem("ytdata"));
 |  | 
 | 
											
												
													
														|  | 
 |  | +outlinedata(data){
 | 
											
												
													
														|  | 
 |  | + let ytdata= JSON.parse(data);
 | 
											
												
													
														|  |    this.outlineobj.scalarName=ytdata.scalarName;
 |  |    this.outlineobj.scalarName=ytdata.scalarName;
 | 
											
												
													
														|  |    this.vSalar=ytdata.scalarName;
 |  |    this.vSalar=ytdata.scalarName;
 | 
											
												
													
														|  |     this.outlineobj.range0=ytdata.range0;
 |  |     this.outlineobj.range0=ytdata.range0;
 | 
											
										
											
												
													
														|  | @@ -4062,14 +4062,16 @@ if(ress==undefined){
 | 
											
												
													
														|  |  }else{
 |  |  }else{
 | 
											
												
													
														|  |   this.outlineobj.bmScalars=Array.from(ress.split(","));
 |  |   this.outlineobj.bmScalars=Array.from(ress.split(","));
 | 
											
												
													
														|  |   this.outlineobj.nameTypes=ytdata.nameTypes
 |  |   this.outlineobj.nameTypes=ytdata.nameTypes
 | 
											
												
													
														|  | -   this.strnumchange(ytdata.nameTypes);
 |  | 
 | 
											
												
													
														|  | 
 |  | +  this.strnumchange(ytdata.nameTypes);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |   
 |  |   
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  //矢量数据
 |  |  //矢量数据
 | 
											
												
													
														|  | -vectordata(){
 |  | 
 | 
											
												
													
														|  | -    let vectorparam= JSON.parse(sessionStorage.getItem("vectorparam"));
 |  | 
 | 
											
												
													
														|  | 
 |  | +vectordata(data){
 | 
											
												
													
														|  | 
 |  | +    //let vectorparam= JSON.parse(sessionStorage.getItem("vectorparam"));
 | 
											
												
													
														|  | 
 |  | +    let vectorparam= JSON.parse(data);
 | 
											
												
													
														|  | 
 |  | +    console.log(vectorparam);
 | 
											
												
													
														|  |      let datau=vectorparam.dataU;
 |  |      let datau=vectorparam.dataU;
 | 
											
												
													
														|  |      let datav=vectorparam.dataV;
 |  |      let datav=vectorparam.dataV;
 | 
											
												
													
														|  |      let dataw=vectorparam.dataW;
 |  |      let dataw=vectorparam.dataW;
 | 
											
										
											
												
													
														|  | @@ -4084,7 +4086,7 @@ vectorOK(){
 | 
											
												
													
														|  |      this.vector.u=this.vectorobj.dataU,
 |  |      this.vector.u=this.vectorobj.dataU,
 | 
											
												
													
														|  |      this.vector.v=this.vectorobj.dataV,
 |  |      this.vector.v=this.vectorobj.dataV,
 | 
											
												
													
														|  |      this.vector.w=this.vectorobj.dataW,
 |  |      this.vector.w=this.vectorobj.dataW,
 | 
											
												
													
														|  | - this.bStepok('',"VectorDisplay",'','')
 |  | 
 | 
											
												
													
														|  | 
 |  | + this.bStepok("VectorDisplay",'','')
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  //stream 数据
 |  |  //stream 数据
 | 
											
												
													
														|  |  streamdata(data){
 |  |  streamdata(data){
 | 
											
										
											
												
													
														|  | @@ -4108,7 +4110,7 @@ CreateStream(){
 | 
											
												
													
														|  |              message: "矢量值,各不相同才能创建!",
 |  |              message: "矢量值,各不相同才能创建!",
 | 
											
												
													
														|  |            });
 |  |            });
 | 
											
												
													
														|  |      }else{
 |  |      }else{
 | 
											
												
													
														|  | -       this.bStepok(this.outlineobj.level,'StreamDisplayCreate','','')
 |  | 
 | 
											
												
													
														|  | 
 |  | +       this.bStepok('StreamDisplayCreate','','')
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
										
											
												
													
														|  | @@ -4116,7 +4118,7 @@ CreateStream(){
 | 
											
												
													
														|  |  streamOK(){
 |  |  streamOK(){
 | 
											
												
													
														|  |  console.log(this.streamres);
 |  |  console.log(this.streamres);
 | 
											
												
													
														|  |  let parae=JSON.stringify(this.streamres);
 |  |  let parae=JSON.stringify(this.streamres);
 | 
											
												
													
														|  | - this.bStepok(this.outlineobj.level,'StreamDisplayApply','',parae)
 |  | 
 | 
											
												
													
														|  | 
 |  | + this.bStepok('StreamDisplayApply','',parae)
 | 
											
												
													
														|  |  },
 |  |  },
 | 
											
												
													
														|  |  // 字符串的裁剪
 |  |  // 字符串的裁剪
 | 
											
												
													
														|  |  strnumchange(val){
 |  |  strnumchange(val){
 | 
											
										
											
												
													
														|  | @@ -4287,15 +4289,13 @@ this.styX.left=e.clientX+'px';
 | 
											
												
													
														|  |          this.dialog.VolumeGrid_visiable = true;
 |  |          this.dialog.VolumeGrid_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  |        case 'five7-0':
 |  |        case 'five7-0':
 | 
											
												
													
														|  | -         this.outlinedata();
 |  | 
 | 
											
												
													
														|  |          this.dialog.contour_visiable = true;
 |  |          this.dialog.contour_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  |          case 'five7-1':
 |  |          case 'five7-1':
 | 
											
												
													
														|  | -           this.outlinedata();
 |  | 
 | 
											
												
													
														|  |          this.dialog.Line_visiable = true;
 |  |          this.dialog.Line_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  |          case 'five7-2':
 |  |          case 'five7-2':
 | 
											
												
													
														|  | -          this.vectordata();
 |  | 
 | 
											
												
													
														|  | 
 |  | +         // this.vectordata();
 | 
											
												
													
														|  |          this.dialog.Vector_visiable = true;
 |  |          this.dialog.Vector_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  |            case 'five8-0':
 |  |            case 'five8-0':
 | 
											
										
											
												
													
														|  | @@ -5860,7 +5860,7 @@ display: block;
 | 
											
												
													
														|  |      height: 28px;
 |  |      height: 28px;
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  | -.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){
 |  | 
 | 
											
												
													
														|  | 
 |  | +/deep/ .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){
 | 
											
												
													
														|  |        padding-left: 6px;
 |  |        padding-left: 6px;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  @media screen and (max-width:1330px){
 |  |  @media screen and (max-width:1330px){
 |