liuqiao 2 rokov pred
rodič
commit
243fe0b589

+ 1 - 0
src/views/index/FEMLab/fem.vue

@@ -3451,6 +3451,7 @@ this.bStepok("animation",'','')
             solverConfigId: this.femsolverConfigid,
             animationType:this.animaval,
             step:this.animationobj.currentstep,
+            isVolume:'',
           };
           this.loading = true;
           request(params)

+ 2 - 1
src/views/index/HCFDLab/index.vue

@@ -5237,7 +5237,8 @@ if(val==true){
             pid:this.project.projectId,
             solverConfigId: this.solverConfigid,
             animationType:this.animaval,
-            step:step,
+            step:this.animationobj.currentstep,
+            isVolume:this.isVolume,
           };
           this.loading = true;
           request(params)