This commit is contained in:
weipengfei 2023-08-18 15:45:30 +08:00
parent bdce56e54a
commit 564cb3b1a3

View File

@ -307,7 +307,6 @@ const changeMap = async (e: number) => {
const setMap = (e: any) => {
formData.extend[mapType.value] = e[0];
console.log("选择了地区", formData.extend);
};
//