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