吉安感知网项目-前端
罗广辉
2026-06-09 592988abf50428222e5d30bc01a6dfd83ebc01f1
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