From ca420bd9c09b51a404ade3e0106257725df727be Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 01 十一月 2023 11:32:28 +0800
Subject: [PATCH] 整合代码

---
 Source/UBCS-WEB/src/components/template/TableTransfer.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/template/TableTransfer.vue b/Source/UBCS-WEB/src/components/template/TableTransfer.vue
index abedd0d..83871ff 100644
--- a/Source/UBCS-WEB/src/components/template/TableTransfer.vue
+++ b/Source/UBCS-WEB/src/components/template/TableTransfer.vue
@@ -136,7 +136,6 @@
     },
     mounted() {
         this.init();
-        console.log(this.$refs.transferTable)
     },
     methods: {
         init() {
@@ -212,7 +211,6 @@
                     i--;
                 }
             }
-            console.log(this.rightDataList)
             this.leftData = this.setData(this.leftDataList, this.searchLeft);
             this.rightData = this.setData(this.rightDataList, this.searchRight);
             this.$emit(

--
Gitblit v1.9.3