修改
This commit is contained in:
parent
7c38bbe789
commit
7ab8b7e8ee
@ -463,10 +463,10 @@ export default {
|
|||||||
|
|
||||||
// 包含
|
// 包含
|
||||||
changetriggerLogic(e, index) {
|
changetriggerLogic(e, index) {
|
||||||
this.openlist.triggerConditionList[index].triggerConditionOperatorName =
|
// this.openlist.triggerConditionList[index].triggerConditionOperatorName =
|
||||||
this.openlist.triggerConditionList[index].optionstriggerConditionOperator.find(
|
// this.openlist.triggerConditionList[index].optionstriggerConditionOperator.find(
|
||||||
(el) => el.dictValue == e
|
// (el) => el.dictValue == e
|
||||||
).dictLabel;
|
// ).dictLabel;
|
||||||
this.openlist.triggerConditionList[index].triggerConditionValue = null;
|
this.openlist.triggerConditionList[index].triggerConditionValue = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -571,7 +571,8 @@ export default {
|
|||||||
)?.dictDataType;
|
)?.dictDataType;
|
||||||
var dictType = "trigger_condition_operator";
|
var dictType = "trigger_condition_operator";
|
||||||
getList(dictType, o.dictDataType).then((res) => {
|
getList(dictType, o.dictDataType).then((res) => {
|
||||||
o.optionstriggerConditionOperator = res.data;
|
this.$set(o,'optionstriggerConditionOperator' ,res.data)
|
||||||
|
this.$forceUpdate()
|
||||||
});
|
});
|
||||||
var dictType = o.triggerConditionCode;
|
var dictType = o.triggerConditionCode;
|
||||||
getAgencytype(dictType).then((res) => {
|
getAgencytype(dictType).then((res) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user