修复编辑不能点击地图问题
This commit is contained in:
parent
6efd2eb4ec
commit
11006bf7ff
@ -295,6 +295,9 @@ const setFormData = async (data: Record<any, any>) => {
|
||||
formData[key] = data[key];
|
||||
}
|
||||
}
|
||||
if (formData.type == 32) {
|
||||
mapShow.value = true;
|
||||
}
|
||||
};
|
||||
|
||||
const getDetail = async (row: Record<string, any>) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user