修复bug

This commit is contained in:
weipengfei 2023-08-17 14:01:57 +08:00
parent 39ee686c66
commit 3d0e8e7827

View File

@ -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 + "");
}
);
//