修复bug
This commit is contained in:
parent
39ee686c66
commit
3d0e8e7827
@ -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 + "");
|
||||
}
|
||||
);
|
||||
// 多选区域
|
||||
|
Loading…
x
Reference in New Issue
Block a user