This commit is contained in:
闫晓茹 2024-07-01 15:11:04 +08:00
parent 7c38bbe789
commit 7ab8b7e8ee

View File

@ -463,10 +463,10 @@ export default {
// 包含
changetriggerLogic(e, index) {
this.openlist.triggerConditionList[index].triggerConditionOperatorName =
this.openlist.triggerConditionList[index].optionstriggerConditionOperator.find(
(el) => el.dictValue == e
).dictLabel;
// this.openlist.triggerConditionList[index].triggerConditionOperatorName =
// this.openlist.triggerConditionList[index].optionstriggerConditionOperator.find(
// (el) => el.dictValue == e
// ).dictLabel;
this.openlist.triggerConditionList[index].triggerConditionValue = null;
},
@ -571,7 +571,8 @@ export default {
)?.dictDataType;
var dictType = "trigger_condition_operator";
getList(dictType, o.dictDataType).then((res) => {
o.optionstriggerConditionOperator = res.data;
this.$set(o,'optionstriggerConditionOperator' ,res.data)
this.$forceUpdate()
});
var dictType = o.triggerConditionCode;
getAgencytype(dictType).then((res) => {