tangjunhao hace 5 meses
padre
commit
0cc5690b92
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/views/vuetree/index.vue

+ 5 - 1
src/views/vuetree/index.vue

@@ -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();