From 592988abf50428222e5d30bc01a6dfd83ebc01f1 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 09 Jun 2026 15:00:23 +0800
Subject: [PATCH] feat: 打包文档

---
 applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue b/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
index 395f6ba..54f3a64 100644
--- a/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
+++ b/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
@@ -6,8 +6,8 @@
 					<template v-slot="{ row }">
 						<el-image
 							v-if="row.attachmentType === 1 || row.attachmentType === 2"
-							:src="row.attachmentType === 1 ? row.resultUrl : item.aiImg"
-							:preview-src-list="[row.attachmentType === 1 ? row.resultUrl : item.aiImg]"
+							:src="row.attachmentType === 1 ? row.resultUrl : row.aiImg"
+							:preview-src-list="[row.attachmentType === 1 ? row.resultUrl : row.aiImg]"
 							fit="cover"
 							style="width: 80px; height: 80px"
 							preview-teleported
@@ -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

--
Gitblit v1.9.3