From 2baad5fd8f801fb5f4cb65fce5ce4743700a88fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 25 Jun 2024 11:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=A6=E5=8F=91=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/index.vue | 4 ++++ 1 file changed, 4 insertions(+) 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) => {