zhengyiming
2025-04-02 0886e91fdfe3b5528f80d2b6742083aa11d16ebb
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);