From af01b13ec0072a5e0f25c4cab454dbb0a62bb315 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Wed, 26 Jul 2023 15:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= 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 c3323d2..5b45cb5 100644 --- a/src/pages/DecisionInfoManage.vue +++ b/src/pages/DecisionInfoManage.vue @@ -357,7 +357,7 @@ function editData(row: any) { creatForm.id = row.id; alertType.value = (showAlertTypeData as never)[row.alertType + '']; creatForm.timeType = row.timeType || ''; - creatForm.locationType = row.locationType || ''; + locationType.value = (showAlertTypeData as never)[row.locationType + '']; creatForm.drivingInfo = row.drivingInfo ? JSON.parse(row.drivingInfo) : ''; creatForm.submissionInfo = row.submissionInfo ? JSON.parse(row.submissionInfo)