|
|
@@ -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 = {}
|