zhengyiming
2025-03-25 dca624a7e4c877dc4bfd8c496a6c2a6b29ad4b46
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);