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 + ""); } ); // ε€šι€‰εŒΊεŸŸ