From 9a85ad47505713fd99b6a0eaffb5f4a0e57fd233 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 16 十一月 2023 16:29:37 +0800
Subject: [PATCH] s

---
 src/views/plan/customerorder/schedule-table.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/plan/customerorder/schedule-table.vue b/src/views/plan/customerorder/schedule-table.vue
index ae7702a..7cbc453 100644
--- a/src/views/plan/customerorder/schedule-table.vue
+++ b/src/views/plan/customerorder/schedule-table.vue
@@ -222,11 +222,13 @@
         this.dataForm.customer = []
         const _that = this
         customer.forEach((item) => {
+          console.log(item);
           const outPutBatchList = []
           _that.$set(item, 'outPutBatchList', outPutBatchList)
           customerList.push(item)
         })
         this.dataForm.customer = JSON.parse(JSON.stringify(customerList))
+        console.log(this.dataForm.customer);
       })
     },
     dataFormSubmit() {

--
Gitblit v1.9.3