修改触发条件
This commit is contained in:
parent
50e4853b39
commit
a47d3bc15e
@ -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(
|
||||
|
||||
@ -147,7 +147,6 @@ export default {
|
||||
},
|
||||
templateId(newValue, oldValue) {
|
||||
this.handleselectId = newValue;
|
||||
console.log( this.handleselectId,' this.handleselectId')
|
||||
},
|
||||
templateName(newValue, oldValue) {
|
||||
this.handleselectName = newValue;
|
||||
|
||||
@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user