8389-testToMaster #1207

Merged
alexm merged 180 commits from 8389-testToMaster into master 2025-01-14 06:32:35 +00:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit de30725322 - Show all commits
src/pages/Supplier/Card

View File

@ -16,10 +16,6 @@ const companySizes = [
{ id: 'medium', name: t('globals.medium'), size: '6-50' },
{ id: 'big', name: t('globals.big'), size: '>50' },
];
const onSave = () => {
arrayData.fetch({});
};
</script>
<template>
<FormModel
@ -28,7 +24,7 @@ const onSave = () => {
model="supplier"
auto-load
:clear-store-on-unmount="false"
@on-data-saved="onSave"
@on-data-saved="arrayData.fetch({})"
>
<template #form="{ data, validate }">
<VnRow>