From 3d0e8e7827b4a1ad77cdb589e85415a9037613dd Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 17 Aug 2023 14:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/edit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 328ae46..35f0171 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -805,8 +805,8 @@ const regionType = ref(""); watch( () => formData[regionType.value], (newValue, oldValue) => { - formData.responsible_area.value = []; - formData.responsible_area.value.push(newValue); + formData.responsible_area = []; + formData.responsible_area.push(newValue + ""); } ); // ε€šι€‰εŒΊεŸŸ