|
@@ -159,7 +159,7 @@ const getFormDataInit = () => {
|
|
|
// nodeId: treeId.value,
|
|
|
// isRenderForm: false,
|
|
|
|
|
|
- agreementId: agreementId.value.length > 0 ? agreementId.value : '', // 协议的id,新增协议为null
|
|
|
+ agreementId: agreementId.value?.length > 0 ? agreementId.value : '', // 协议的id,新增协议为null
|
|
|
areaId:areaId.value, //当前树节点id
|
|
|
projectId: projectId.value,
|
|
|
tableId:tableId.value, //表单的tableId
|