From fcc966bc2a1bb1192bb1ac9a77a2c29bcc427a9f Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 15 Jan 2026 13:33:09 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-15=20pda=E6=8B=86=E5=90=88=E7=BB=84?= =?UTF-8?q?=E6=89=98=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=8B=86=E5=88=86=E6=97=B6?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=97=A5=E6=9C=9F=E4=BF=9D=E6=8C=81=E5=8E=9F?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=9A=84=EF=BC=8C=E6=9D=A5=E6=BA=90=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=B1=BB=E5=9E=8B=E8=B5=8B=E5=80=BC=E2=80=9C=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=8B=86=E5=88=86=E5=85=A5=E5=BA=93=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/label-split-merge/labelSplitMerge.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/label-split-merge/labelSplitMerge.vue b/src/views/modules/label-split-merge/labelSplitMerge.vue index 51c39d3..0ba8df2 100644 --- a/src/views/modules/label-split-merge/labelSplitMerge.vue +++ b/src/views/modules/label-split-merge/labelSplitMerge.vue @@ -228,7 +228,8 @@ export default { orderref2: this.currentLabel.orderref2, orderref3: this.currentLabel.orderref3, status: this.currentLabel.status, - statusTb: this.currentLabel.statusTb + statusTb: this.currentLabel.statusTb, + firstInDate: this.currentLabel.firstInDate, }; splitLabel(params).then(async ({ data }) => { if (data && data.code === 0) {