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; }, },