修复编辑城市问题

This commit is contained in:
hupeng 2024-10-25 11:33:48 +08:00
parent bca2dd14dc
commit e253d603e6

View File

@ -218,6 +218,7 @@ const open = async (type: string, id?: number) => {
formType.value = type
resetForm()
areaList.value = await AreaApi.getAreaTree()
cityArr.value = []
//
if (id) {
formLoading.value = true