修改
This commit is contained in:
parent
7c38bbe789
commit
7ab8b7e8ee
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user