#6919 syncData #941
|
@ -21,7 +21,7 @@ const $props = defineProps({
|
|||
const { t } = useI18n();
|
||||
const { openConfirmationModal } = useVnConfirm();
|
||||
const { notify } = useNotify();
|
||||
const account = computed(() => useArrayData('AccountId').store.data[0]);
|
||||
const account = computed(() => useArrayData('Account').store.data);
|
||||
|
||||
onMounted(async () => {
|
||||
account.value.hasAccount = await useHasAccount($props.entityId);
|
||||
|
|
Loading…
Reference in New Issue