packages/components/src/views/userAccount/EditElectricUserAccount.vue
@@ -75,6 +75,7 @@ form.electricType = currentUserAccountExtraProperties.electricType; form.electricAccountType = currentUserAccountExtraProperties.electricAccountType; form.sixID = currentUserAccountExtraProperties.sixID; form.name = currentUserAccountExtraProperties.name ?? ''; form.remark = data.remark; }, enabled: computed(() => !!props.id), @@ -88,6 +89,7 @@ city: '', sixID: '', remark: '', name: '', }); const formRef = ref<any>(null);