From 813bab524f7803987043b072157259fbdceb6228 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 11 十二月 2023 17:41:20 +0800
Subject: [PATCH] 	modified:   src/views/plan/manufacturingorder/index.vue

---
 src/views/common/ztt-table.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/common/ztt-table.vue b/src/views/common/ztt-table.vue
index e9cb8d8..37f0ef7 100644
--- a/src/views/common/ztt-table.vue
+++ b/src/views/common/ztt-table.vue
@@ -1401,7 +1401,6 @@
             }
           }
         }
-        console.log(this.multipleSelection)
         this.$emit('handleSelectionChange', this.multipleSelection)
       } else {
         this.multipleSelection = val
@@ -1536,7 +1535,6 @@
           }
         }
       }
-      console.log(this.columnList);
       this.tableKey = Math.random()
       // this.$forceUpdate();
       const currPathColumnOrder = this.currPath + '_column'

--
Gitblit v1.9.3