From e253d603e6f3ee2121a11df0fca07abc15574eed Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 25 Oct 2024 11:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E5=9F=8E?= =?UTF-8?q?=E5=B8=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue b/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue index d14eb58..f1866ff 100644 --- a/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue +++ b/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue @@ -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