From 575f43e5b584cafa53be403dee1a384093923cd6 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 10 四月 2025 13:12:51 +0800 Subject: [PATCH] 修改不合格复测页面 --- src/views/business/inspectionTask/components/InspectionWord.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/business/inspectionTask/components/InspectionWord.vue b/src/views/business/inspectionTask/components/InspectionWord.vue index c29c3f4..217d493 100644 --- a/src/views/business/inspectionTask/components/InspectionWord.vue +++ b/src/views/business/inspectionTask/components/InspectionWord.vue @@ -1283,6 +1283,7 @@ }) // 浠ヤ笅鏄牱寮忓鐞嗛�昏緫 // set = Array.sort(set) + set = [...set] set.forEach(b => { let arr = [] a.template.forEach(c => { -- Gitblit v1.9.3