From a47d3bc15e53f8249e6cc3ef418de8cd9023ace1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 25 Jun 2024 11:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=A6=E5=8F=91=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/index.vue | 6 +++--- src/views/system/components/message.vue | 1 - src/views/system/components/script.vue | 6 ------ 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 969049d..a399d1f 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -1277,7 +1277,7 @@ export default { if (res.data.length == 1) { // 回显一条时 this.updata = res.data[0]; - console.log(this.updata, " this.updata"); + // console.log(this.updata, " this.updata"); this.updata.triggerConditionOperatorName = this.optionstriggerConditionOperator.find( @@ -1291,11 +1291,11 @@ export default { this.optionstriggerConditionOperator.find( (el) => el.dictValue == this.updata.triggerConditionOperator )?.dictLabel; - console.log(this.updata, " this.updata"); + // console.log(this.updata, " this.updata"); res.data.splice(0, 1); this.updatalist = res.data; - console.log(this.updatalist, " this.updatalist"); + // console.log(this.updatalist, " this.updatalist"); this.updatalist.forEach((e) => { e.triggerConditionOperatorName = this.optionstriggerConditionOperator.find( diff --git a/src/views/system/components/message.vue b/src/views/system/components/message.vue index 1f1a994..0da5bfd 100644 --- a/src/views/system/components/message.vue +++ b/src/views/system/components/message.vue @@ -147,7 +147,6 @@ export default { }, templateId(newValue, oldValue) { this.handleselectId = newValue; - console.log( this.handleselectId,' this.handleselectId') }, templateName(newValue, oldValue) { this.handleselectName = newValue; diff --git a/src/views/system/components/script.vue b/src/views/system/components/script.vue index 46494e3..b705fd1 100644 --- a/src/views/system/components/script.vue +++ b/src/views/system/components/script.vue @@ -279,15 +279,9 @@ export default { this.Departmentlist(); }, templateName(newValue, oldValue) { - console.log(newValue, "newValuenewValue"); this.handleselectName = newValue; }, templateId(newValue, oldValue) { - console.log( - newValue, - "newValuenewValuenewValuenewValuenewValuenewValuenewValuenewValue" - ); - this.handleselectId = newValue; }, },