From ce567eb11cd0cdbd826214c355d1a8caff175dca Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 15 十一月 2023 14:25:22 +0800
Subject: [PATCH] bug列表:181(修复新增,修改,删除接口,新增时没设置默认值,导致在建分类时无法查询到,关键属性查重规则)183(历史数据导入模板下载,过滤掉模板中配置的默认属性)

---
 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