From ae81b3f4f818c89a051db57415172dd4126e7deb Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Mon, 4 Nov 2024 10:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=86=B3=E7=AD=96=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DecisionInfoManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DecisionInfoManage.vue b/src/pages/DecisionInfoManage.vue index 21de122..15daf37 100644 --- a/src/pages/DecisionInfoManage.vue +++ b/src/pages/DecisionInfoManage.vue @@ -419,7 +419,7 @@ let optionsLocationList: AreaConfigItem[] = []; async function searchLocationType() { try { const alertType = (saveAlertTypeData as never)[creatForm.alertType]; - optionsLocationList = await getDeviceAreaByAlarmType(3, alertType); + optionsLocationList = await getDeviceAreaByAlarmType(+creatForm.lineId, alertType); optionsLocationType.value = optionsLocationList.map( (item) => item.areaName );