|
@@ -465,14 +465,14 @@ linezhexian(num){
|
|
|
|
|
|
this.pid=this.$route.query.pid;
|
|
|
// this.pid='31f117acb7e74232a3267b091391eab2';
|
|
|
- this.solverchange1('HCFDLab');
|
|
|
+ this.solverchange1('HCFDLab','');
|
|
|
},
|
|
|
|
|
|
//项目求解查询
|
|
|
pojectquery(){
|
|
|
|
|
|
},
|
|
|
- solverchange1(val){
|
|
|
+ solverchange1(val,canshu){
|
|
|
console.log(val)
|
|
|
let that=this;
|
|
|
this.femnum=val;
|
|
@@ -496,10 +496,11 @@ linezhexian(num){
|
|
|
let data= JSON.parse(this.objopp);
|
|
|
this.numsteps=data.nmlParam.steps;
|
|
|
this.state=datas.state;
|
|
|
+ if(canshu==''){
|
|
|
setTimeout(function(){
|
|
|
that.initWebSocket();
|
|
|
},500)
|
|
|
-
|
|
|
+ }
|
|
|
})
|
|
|
}else if(val=='FEMLab(结构力学)'){
|
|
|
let data=res;
|
|
@@ -508,8 +509,9 @@ linezhexian(num){
|
|
|
this.$refs.TFileStream.imgtupian=false;
|
|
|
this.$refs.monitor.container_show=false;
|
|
|
this.solverConfigid=res.solverConfigid;
|
|
|
+ if(canshu==''){
|
|
|
this.startimg("init",'loaddata');
|
|
|
- // }
|
|
|
+ }
|
|
|
}else{
|
|
|
|
|
|
}
|
|
@@ -544,7 +546,7 @@ linezhexian(num){
|
|
|
this.solverConfigid=res.solverConfigid;
|
|
|
let data= JSON.parse(this.objopp);
|
|
|
this.numsteps=data.nmlParam.steps;
|
|
|
- this.exlodingfalse(false)
|
|
|
+ this.exlodingfalse(false)
|
|
|
this.startimg("init",'loaddata');
|
|
|
that.$refs.monitor.container_show=true;
|
|
|
})
|