diff --git a/src/views/task/modal/BatchModal.vue b/src/views/task/modal/BatchModal.vue index db86a2a..1b32502 100644 --- a/src/views/task/modal/BatchModal.vue +++ b/src/views/task/modal/BatchModal.vue @@ -351,9 +351,7 @@ async function refreshHandler() { if (!taskId.value) return const taskPackage = taskStore.getApprovalList[taskStore.getCurrentIndex] || {} - console.log('getTaskDetailInfo接收到的', taskStore.getCurrentIndex, taskStore.currentIndex, taskPackage, taskPackage.packageid, taskPackage?.taskIndex) taskDetailInfo.value = await getTaskDetailInfo(taskId.value, taskPackage.packageid, taskPackage?.taskIndex || '') - console.log('taskDetailInfo.value接收到的', taskDetailInfo.value) nextTick(() => { setTimeout(() => { useInfiniteScroll(