From 08110ca678e3316f8adfad451a6a7fd5f845893d Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期四, 13 七月 2023 11:13:37 +0800
Subject: [PATCH] 业务类型增加生命周期的处理
---
Source/UBCS-WEB/src/components/transfer/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/transfer/index.vue b/Source/UBCS-WEB/src/components/transfer/index.vue
index 99639fd..cb2c5cc 100644
--- a/Source/UBCS-WEB/src/components/transfer/index.vue
+++ b/Source/UBCS-WEB/src/components/transfer/index.vue
@@ -128,11 +128,9 @@
targetData() {
if (this.targetOrder === 'original') {
- console.log('11111')
return this.data.filter(item => this.value.indexOf(item) > -1
);
} else {
- console.log('22222')
return this.value.reduce((arr, cur) => {
const val = this.dataObj[cur];
if (val) {
--
Gitblit v1.10.0