From 9edc20f04ae1cdc847a2f709831b8d0e6f4f0eda Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 14:47:36 +0800
Subject: [PATCH] 1.生产入库无源单提交测试OK   生产入库开发完成2.MES工单 流程单新增工单编码二维码

---
 src/components/DndList/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/DndList/index.vue b/src/components/DndList/index.vue
index 828d0b3..1ca6490 100644
--- a/src/components/DndList/index.vue
+++ b/src/components/DndList/index.vue
@@ -61,7 +61,6 @@
   data() {
     return {
       checkedList: this.list1.map(i => i.show ? i.label : '').filter(i => i !== ''), // 鍒楀睍绀哄��
-      checkedListDefault: [...this.list1], // 閲嶇疆榛樿鍊糒ist
       checkedListDefaultLabel: this.list1.map(i => i.show ? i.label : '').filter(i => i !== ''), // 閲嶇疆榛樿鍊糽abel
       checkedListDefaultFixed: this.list1.map(i => i.fixed), // 閲嶇疆榛樿鍊糵ixed
       checkedAll: true

--
Gitblit v1.9.3