applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
@@ -103,7 +103,7 @@ if (!currentRow.value?.id) return loading.value = true try { const res = await gdTaskResultListApi({ patrolTaskId: currentRow.value.id }) const res = await gdTaskResultListApi({ patrolTaskId: currentRow.value.id,attachmentType: '1,2' }) list.value = await Promise.all( (res?.data?.data ?? []).map(async item => { if (item.attachmentType !== 2) return item