修改
This commit is contained in:
parent
6d7d293153
commit
e414681100
@ -532,7 +532,7 @@ export default {
|
|||||||
// 回显一条时
|
// 回显一条时
|
||||||
this.updata = res.data[0];
|
this.updata = res.data[0];
|
||||||
this.updata.triggerConditionOperatorName =
|
this.updata.triggerConditionOperatorName =
|
||||||
this.openlistoptionstriggerConditionOperator.find(
|
this.optionstriggerConditionOperator.find(
|
||||||
(el) => el.dictValue == this.updata.triggerConditionOperator
|
(el) => el.dictValue == this.updata.triggerConditionOperator
|
||||||
)?.dictLabel;
|
)?.dictLabel;
|
||||||
this.updatalist = [];
|
this.updatalist = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user