修改触发条件

This commit is contained in:
闫晓茹 2024-06-25 11:36:20 +08:00
parent 50e4853b39
commit a47d3bc15e
3 changed files with 3 additions and 10 deletions

View File

@ -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(

View File

@ -147,7 +147,6 @@ export default {
},
templateId(newValue, oldValue) {
this.handleselectId = newValue;
console.log( this.handleselectId,' this.handleselectId')
},
templateName(newValue, oldValue) {
this.handleselectName = newValue;

View File

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