mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2025-12-06 08:58:27 +08:00
修复编辑城市问题
This commit is contained in:
parent
bca2dd14dc
commit
e253d603e6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user