|
@@ -2477,7 +2477,6 @@ this.init();
|
|
|
// this.loadObjs[1].state=1
|
|
|
},
|
|
|
changestleixing(val){
|
|
|
- console.log(val);
|
|
|
if(val=='0'){
|
|
|
this.parameterObj.f_static.value=true;
|
|
|
}else{
|
|
@@ -2515,7 +2514,7 @@ this.init();
|
|
|
|
|
|
this.femstate=data.state;
|
|
|
this.parameterObj = JSON.parse(obj);//JSON.parse(obj);
|
|
|
- console.log( this.parameterObj);
|
|
|
+ //console.log( this.parameterObj);
|
|
|
sessionStorage.setItem("res", obj);
|
|
|
this.femsolverConfigid=solverConfigid;
|
|
|
if(this.femstate==0){//求解状态(0-求解中,1-求解成功,-1-没有求解)
|
|
@@ -2540,7 +2539,7 @@ this.init();
|
|
|
},
|
|
|
//更新参数配置
|
|
|
femparam(){
|
|
|
- console.log(this.parameterObj)
|
|
|
+ //console.log(this.parameterObj)
|
|
|
const params = {
|
|
|
transCode: 'C00004',
|
|
|
solverConfigid:this.femsolverConfigid,
|
|
@@ -2672,7 +2671,6 @@ if(ress==undefined){
|
|
|
//矢量数据
|
|
|
vectordata(){
|
|
|
let vectorparam= JSON.parse(sessionStorage.getItem("vectorparam"));
|
|
|
- console.log(vectorparam);
|
|
|
let datau=vectorparam.dataU;
|
|
|
let datav=vectorparam.dataV;
|
|
|
let dataw=vectorparam.dataW;
|
|
@@ -2715,7 +2713,6 @@ vectorOK(){
|
|
|
});
|
|
|
|
|
|
this.editableTabsValue = newTabName;
|
|
|
- console.log( this.editableTabs);
|
|
|
},
|
|
|
femaddparam(){
|
|
|
let dataslicedisplay=JSON.parse(sessionStorage.getItem("dataslicedisplay"));
|
|
@@ -2745,8 +2742,6 @@ updataparam(val){
|
|
|
let edarr=this.editableTabs;
|
|
|
let updatadata=JSON.parse(updateparam);
|
|
|
let updatarr=updatadata.update_param;
|
|
|
-
|
|
|
- console.log(updatarr);
|
|
|
for(var i = 0; i < edarr.length; i++){
|
|
|
for(var j = 0; j < updatarr.length; j++){
|
|
|
edarr[i].normal_x=updatarr[j].normal_x;
|
|
@@ -2785,7 +2780,6 @@ updataparam(val){
|
|
|
|
|
|
},
|
|
|
removeTab(targetName) {
|
|
|
- console.log(targetName);
|
|
|
let tabs = this.editableTabs;
|
|
|
let activeName = this.editableTabsValue;
|
|
|
if (activeName === targetName) {
|
|
@@ -2812,7 +2806,6 @@ updataparam(val){
|
|
|
|
|
|
},
|
|
|
handletabclick(el){
|
|
|
- console.log(el);
|
|
|
|
|
|
},
|
|
|
//stream 数据
|
|
@@ -2842,7 +2835,6 @@ CreateStream(){
|
|
|
},
|
|
|
//stream提交数据
|
|
|
streamOK(){
|
|
|
-console.log(this.streamres);
|
|
|
this.streamparae=JSON.stringify(this.streamres);
|
|
|
this.bStepok('StreamDisplayApply','')
|
|
|
},
|
|
@@ -2885,7 +2877,6 @@ if(this.lineColor!=null){
|
|
|
this.colorobj.G=colorstr[1];
|
|
|
this.colorobj.B=colorstr[2];
|
|
|
this.colorobj.transparency=colorstr[3];
|
|
|
- console.log(colorstr);
|
|
|
}
|
|
|
},
|
|
|
colorsolid(){
|
|
@@ -2936,7 +2927,7 @@ if(tabindex=='2'){
|
|
|
var e=e||window.Event
|
|
|
this.styX.left=e.clientX+'px';
|
|
|
this.active=key;
|
|
|
- console.log(key)
|
|
|
+ //console.log(key)
|
|
|
switch(key){
|
|
|
case 'one-0':
|
|
|
this.dialog.fem_upload=true;
|
|
@@ -3059,7 +3050,6 @@ this.styX.left=e.clientX+'px';
|
|
|
|
|
|
// 时间换算
|
|
|
timedata(d1, d2,s1){
|
|
|
- console.log(this.nmlsteps);
|
|
|
var date1 = new Date(d1); //开始时间
|
|
|
var date2 = new Date(d2); //结束时间
|
|
|
var cydata=(date2.getTime() - new Date(date1).getTime())/s1*(Number(this.nmlsteps)-s1);
|
|
@@ -3087,7 +3077,6 @@ this.styX.left=e.clientX+'px';
|
|
|
},
|
|
|
Milliseconds: Milliseconds
|
|
|
};
|
|
|
- //console.log(ResultJson)
|
|
|
let year=ResultJson.days.days+'天'+ this.p(ResultJson.days.hours)+':'+ this.p(ResultJson.days.minutes)+':'+ this.p(ResultJson.days.seconds)
|
|
|
this.$emit('restimeyear',year);
|
|
|
return year;
|
|
@@ -3128,7 +3117,7 @@ this.styX.left=e.clientX+'px';
|
|
|
// if(this.lsolverState=='1'||this.numzhexian=='1'){
|
|
|
|
|
|
// }
|
|
|
- console.log(this.femstate);
|
|
|
+ // console.log(this.femstate);
|
|
|
if(this.femstate==0){//判断状态为进行中
|
|
|
this.$emit("exlodingfalse",true)
|
|
|
}else{
|