From 3352ec1e078809c02be95f0dbb453603d239841b Mon Sep 17 00:00:00 2001 From: pengwei Date: Tue, 22 Jul 2025 10:39:14 +0800 Subject: [PATCH] =?UTF-8?q?fit=EF=BC=9A=E7=9D=A3=E5=AF=9F=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=EF=BC=88=E6=97=A5=E5=B8=B8=E7=9D=A3=E5=AF=9F-?= =?UTF-8?q?=E9=99=84=E4=BB=B6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobileSupervise/Inspection.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/views/mobileSupervise/Inspection.vue b/src/views/mobileSupervise/Inspection.vue index c17615e..f6f60fd 100644 --- a/src/views/mobileSupervise/Inspection.vue +++ b/src/views/mobileSupervise/Inspection.vue @@ -588,6 +588,13 @@ /> +
+
任务附件
+
+ @@ -877,6 +884,10 @@
+
+
任务附件
+
+ @@ -1729,6 +1740,9 @@ async function handleShowDetail(row) { try { const res = await getTaskManagementDetail(row.id); activeRow.value = res; + if(res.files){ + activeRow.value.files = JSON.parse(res.files) + } if (res.samplingTarget == '自定义人员') { samplingQuery.value.ids = res.samplingIds; getSamplingList()