From 41aacf110288329a6beb494ccccaeabd217a08b9 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 05 十二月 2023 18:05:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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