|
@@ -929,7 +929,6 @@
|
|
|
slot="footer"
|
|
|
class="dialog-footer"
|
|
|
>
|
|
|
- <!-- //dialog.mesh_generation = false, -->
|
|
|
<el-button @click="dialog.mesh_generation = false">{{ $t("HCFD.file.cancel")}}</el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
@@ -7387,7 +7386,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
checksetchange(val){
|
|
|
- console.log(val);
|
|
|
let correct_surface_intersections=this.objmesh.surfParam2.correct_surface_intersections;
|
|
|
if(correct_surface_intersections=='yes'){
|
|
|
this.disabledset=true;
|