From 68634c1ca0ee046ccd1ed59a029dc9617d6702ba Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 04 一月 2024 16:38:07 +0800
Subject: [PATCH] 集团属性映射左侧树超出可视区域滚动条
---
Source/UBCS-WEB/src/views/integration/integrationTransfer.vue | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue b/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue
index 7793e02..ef55872 100644
--- a/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue
+++ b/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue
@@ -78,12 +78,6 @@
dialogVisible(n) {
this.$emit('update:visible', n)
},
- data(n) {
- console.log('n', n)
- },
- newdata(n) {
- console.log('newdata', n)
- }
},
computed: {
newdata() {
--
Gitblit v1.9.3