From 3bed6c559aba7b0f4aa683f2f4e30f91a8c7944a Mon Sep 17 00:00:00 2001 From: raofuzi <2641346316@qq.com> Date: Mon, 22 Apr 2024 13:26:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=B7=9D=E7=A6=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/modal/BatchModal.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(() => {
-
+
批量审批