From 88063d681ca4d692c31a162ef5bf8b9bd41e5d11 Mon Sep 17 00:00:00 2001
From: zhiyong.zhou <zhiyong.zhou@highdatas.com>
Date: 星期一, 04 三月 2024 18:00:18 +0800
Subject: [PATCH] 删除多余文件

---
 src/views/common/process/viewNodes/ConditionNode.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/common/process/viewNodes/ConditionNode.vue b/src/views/common/process/viewNodes/ConditionNode.vue
index 5a7f160..b34d6a9 100644
--- a/src/views/common/process/viewNodes/ConditionNode.vue
+++ b/src/views/common/process/viewNodes/ConditionNode.vue
@@ -117,7 +117,6 @@
           let  items = subCondition.value.map(function (item) {
             return item.label
           })
-          console.log("subCondition",String(items))
           return `${subCondition.title}涓篬${String(items).replaceAll(',', '銆�')}]涓箣涓�`
         case 'B':
           return `${subCondition.value[0]} < ${subCondition.title} < ${subCondition.value[1]}`
@@ -137,9 +136,7 @@
     },
     //鏍¢獙鏁版嵁閰嶇疆鐨勫悎娉曟��
     validate(err) {
-      console.log('condition children', this.config.children)
-      console.log('this.level', this.level)
-      console.log('this.size', this.size)
+
       if (!(this.level == this.size && this.size != 0) && !this.config.children?.id) {
         this.showError = true
         this.errorInfo = '鏉′欢鍒嗘敮鍚庝笉鑳戒负绌�'

--
Gitblit v1.8.0