From 64df485a19d6882e13311b804e9fe279259d6964 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期日, 04 八月 2024 16:31:23 +0800 Subject: [PATCH] 修改数采 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index 9608259..7fecae3 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -1358,6 +1358,7 @@ this.$message.error('璇烽�夋嫨闇�瑕侀噰闆嗙殑鏁版嵁') return } + this.getDataIndex.sort((a, b) => a - b); for (let i=0;i<this.getData.length;i++){ for(let j=0;j<this.getData[i].child.length;j++){ let arr = [] -- Gitblit v1.9.3