liuqiao há 2 anos atrás
pai
commit
78a88c8fc9

+ 0 - 1
src/views/home/openproject/index.vue

@@ -120,7 +120,6 @@ this.init();
         getPagination(data) {
       this.paginationConfig = data;
       this.projectlist("");
-
     },
     // 项目查询
     search(){

+ 4 - 15
src/views/index/FEMLab/fem.vue

@@ -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{

+ 0 - 17
src/views/index/index.vue

@@ -395,7 +395,6 @@ methods:{
 changelines(val){
     let _this=this;
   let vals=JSON.parse(val)
-  console.log(vals)
   if(vals.lineType=='Line'){
       this.$set( this.$refs.monitor.option, "type",'Line' );
     this.linezhexian(vals.linevalue);
@@ -412,7 +411,6 @@ linezhexian(num){
    meshclick(e,index,key){
      let that=this;
      that.active=key;
-    console.log(key);
   switch(key){
      case 'tl1-0':
   break;
@@ -454,7 +452,6 @@ linezhexian(num){
     this.elodingfalse=res;
   },
     handleNodeClick(data) {
-        console.log(data);
       },
         hide(){
             this.showtrue=!this.showtrue;
@@ -474,7 +471,6 @@ linezhexian(num){
        
       },
        solverchange1(val,canshu){
-        console.log(val)
         let that=this;
         this.femnum=val;
            const params = {
@@ -574,8 +570,6 @@ linezhexian(num){
       // 状态
       statechange(val){
         this.statecustom=val;
-          console.log( this.statecustom);
-          console.log(111222);
       },
       // 调用求解过程日志
       fun(){
@@ -587,7 +581,6 @@ linezhexian(num){
             message: "运行中不能点击",
           });
         }else{
-          console.log(222444);
         if( this.state=='1'){
            this.$refs.monitor.getwebsocket(); 
         }else{
@@ -651,9 +644,6 @@ changehcfd(pare){
         if( logs.includes("oldSolver end")){
          
             this.statecustom='0';
-            console.log(this.statecustom);
-            console.log(111188888);
-             //this.statecustom='1';
       
       }
           
@@ -713,11 +703,6 @@ let params = {
       this.loading = true;
       request(params)
         .then((res) => {
-         // this.loadingopen();
-        //  setTimeout(() => {
-        //  this.loadingend(this.loadingopen());
-        // console.log(1111);
-        // },30000);
 
         })
         .catch((err) => {
@@ -743,7 +728,6 @@ let params = {
               this.websock.close() 
       },
       websocketonmessage(e){ //数据接收
-  //  console.log(e);
            this.loadingopen();
         try{
     
@@ -801,7 +785,6 @@ let params = {
                   }
               }else if(rdata.action=='SliceDisplayUpdate'){
                     let datadisplayupdate=JSON.parse(rdata.paramJson);
-                    console.log(datadisplayupdate)
                     if(datadisplayupdate==null||JSON.stringify(datadisplayupdate)=='{}'){
                     }else{
                           sessionStorage.setItem("updateparam",JSON.stringify(rdata.paramJson));