From 02897b57b318f194ca55529aa806ea254f42471d Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 17 Jun 2024 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followup/index.vue | 32 +++++++++++++++++++---------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 4f5c474..937e15a 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -97,45 +97,45 @@
- - - + + + - + - + - - + + - + - + - + @@ -602,7 +602,7 @@ export default { taskType: row.taskType, templateId: row.templateId, manageRouteId: row.manageRouteId, - manageRouteNodeId: row.manageRouteNodeId, + visitRecordId: row.visitRecordId, taskExecuteRecordId: row.taskExecuteRecordId, routeHandleRemark: row.routeHandleRemark ? row.routeHandleRemark : null, @@ -692,6 +692,16 @@ export default { };