nanjingliujinyu il y a 4 mois
Parent
commit
880cef8d42
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      ruoyi-ui/src/views/standardization/modeling/index.vue

+ 1 - 0
ruoyi-ui/src/views/standardization/modeling/index.vue

@@ -942,6 +942,7 @@ const handleSelectChange = (selectedValue) => {
     // 2. ⭐ 关键:手动更新 v-model 绑定值
     scope.row.paramValue = newValue; // 同步更新绑定值[10](@ref)
   }
+  saveNode()
 };
 function addEnd(){
   console.log(tableDataCanEnd.value)