nanjingliujinyu 4 tháng trước cách đây
mục cha
commit
29aa77c744
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      ruoyi-ui/src/views/standardization/modeling/index.vue

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

@@ -942,9 +942,9 @@ const handleSelectChange = (selectedValue) => {
     scope.row.paramValue = newValue; // 同步更新绑定值[10](@ref)
   }
 };
-async function addEnd(){
+function addEnd(){
+  console.log(tableDataCanEnd.value)
   tableDataCanEnd.value.push({})
-  await nextTick();
 }
 function delEnd(index){
   tableDataCanEnd.value.splice(index,1)
@@ -989,7 +989,7 @@ function startTest(){
         item.type = 'endNode'
       }
       else{
-        item.type = 'printNode'
+        item.type = 'serviceNode'
       }
     })
     var par = {}