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