|
@@ -498,7 +498,13 @@ const reportClick = () => {
|
|
|
//其它数据
|
|
|
reportIds.value = id //数据ID
|
|
|
reportTaskName.value = name //任务名称
|
|
|
-
|
|
|
+ //附加数据
|
|
|
+ const { contractIdRelation } = nodeDataInfo.value
|
|
|
+ reportAddition.value = {
|
|
|
+ taskType: '1', //说是用来区分委托单
|
|
|
+ classify: classifyType.value,
|
|
|
+ contractIdRelation: contractIdRelation,
|
|
|
+ }
|
|
|
//显示任务上报
|
|
|
showReportModal.value = true
|
|
|
}
|