|
@@ -1929,6 +1929,7 @@ const addNodeClick = async () => {
|
|
|
allSelectedList: allSelectedList.value,
|
|
|
halfSelectedList: halfSelectedList.value,
|
|
|
currentNodePrimaryKeyId: primaryKeyId,
|
|
|
+ templateType:useAppState.contractInfo?.templateType,
|
|
|
})
|
|
|
//判断状态
|
|
|
addNodeLoading.value = false
|