diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index a399d1f..7bc1aeb 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -1320,6 +1320,10 @@ export default { o.dictDataType = this.optionsname.find( (el) => el.dictValue == o.triggerConditionCode )?.dictDataType; + var dictType = o.triggerConditionCode; + getAgencytype(dictType).then((res) => { + this.ConditionValue = res.data; + }); // if (o.triggerConditionCode.includes("SEX")) { // var dictType = "SEX"; // getAgencytype(dictType).then((res) => {