|
@@ -1954,6 +1954,7 @@ const addNodeClickCur = async () => {
|
|
partitionCode: treeItemInfo.value?.partitionCode || '',
|
|
partitionCode: treeItemInfo.value?.partitionCode || '',
|
|
primaryKeyId: treeItemInfo.value?.primaryKeyId || '',
|
|
primaryKeyId: treeItemInfo.value?.primaryKeyId || '',
|
|
nodeClass: 1, //1水利化工程,2数字化文件
|
|
nodeClass: 1, //1水利化工程,2数字化文件
|
|
|
|
+ templateType:useAppState.contractInfo?.templateType,
|
|
})
|
|
})
|
|
//判断状态
|
|
//判断状态
|
|
addNodeLoadingCus.value = false
|
|
addNodeLoadingCus.value = false
|
|
@@ -2102,6 +2103,7 @@ const addNodeClickData = async () => {
|
|
unitNum: formDataNodeModel.value?.unitNum || 0,
|
|
unitNum: formDataNodeModel.value?.unitNum || 0,
|
|
digitizeTime: formDataNodeModel.value?.digitizeTime || 0,
|
|
digitizeTime: formDataNodeModel.value?.digitizeTime || 0,
|
|
majorDataType: formDataNodeModel.value?.majorDataType || '',
|
|
majorDataType: formDataNodeModel.value?.majorDataType || '',
|
|
|
|
+ templateType:useAppState.contractInfo?.templateType,
|
|
})
|
|
})
|
|
//判断状态
|
|
//判断状态
|
|
addNodeLoadingData.value = false
|
|
addNodeLoadingData.value = false
|