From 57849f1f150187b739cee32d789002af4c911c3d Mon Sep 17 00:00:00 2001 From: zhouxiaoan <13598091228@139.com> Date: Thu, 18 Apr 2024 11:20:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E5=9B=BE=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0taskindex=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index adaa088..4510e9e 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -515,7 +515,6 @@ watch( if (!isEmpty(taskStore.getActiveId)) { packageId.value = taskStore.getPackageid taskId.value = taskStore.getActiveId - // console.log(taskStore, 'taskStore') // 找到当前选中的数据 const task = taskStore.getApprovalList.find(i => i.id === taskStore.activeId) taskIndex.value = task.taskIndex