|
@@ -572,7 +572,7 @@ let ADflowyouhuatable = ref([
|
|
|
{ code: "cl", name:'升力系数Cl', comtype:2 , steamflag:1, steamtype:1 },
|
|
|
{ code: "cd", name:'阻力系数Cd', comtype:2 , steamflag:1, steamtype:1 },
|
|
|
{ code: "cm", name:'力矩系数Cm', comtype:2 , steamflag:1, steamtype:1 },
|
|
|
- { code: " ", name:'体积', comtype:2 , steamflag:1, steamtype:1 },
|
|
|
+
|
|
|
])
|
|
|
|
|
|
let Xfoilyouhuatable = ref([
|
|
@@ -690,6 +690,10 @@ const querydataFlow = (comid) => {
|
|
|
comid: comid.value
|
|
|
}
|
|
|
request(params).then((res) => {
|
|
|
+ if(datacontent.value === '3'){
|
|
|
+ ADflowyouhuatable.value = res.params;
|
|
|
+ handlecheckFlagchange();
|
|
|
+ }
|
|
|
if(datacontent.value === '4'){
|
|
|
Xfoilyouhuatable.value = res.params;
|
|
|
handlecheckFlagchange();
|