ZaiZai 1 жил өмнө
parent
commit
1d62bb9842

+ 7 - 1
src/views/tentative/detect/commission.vue

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