diff --git a/src/views/task/modal/BatchModal.vue b/src/views/task/modal/BatchModal.vue index 39ac860..db86a2a 100644 --- a/src/views/task/modal/BatchModal.vue +++ b/src/views/task/modal/BatchModal.vue @@ -351,8 +351,9 @@ 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( @@ -524,7 +525,7 @@ onUpdated(() => {