7691-testToMaster #537

Merged
alexm merged 395 commits from 7691-testToMaster into master 2024-07-09 05:39:56 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 3d9d41afcb - Show all commits

View File

@ -39,7 +39,8 @@ const rows = computed(() => _ticketData.value?.sale?.items || []);
watch(
() => _ticketData.value,
(val) => emit('updateForm', val)
(val) => emit('updateForm', val),
{ deep: true }
);
const columns = computed(() => [

View File

@ -40,7 +40,8 @@ const _formData = ref($props.formData);
watch(
() => _formData.value,
(val) => emit('updateForm', val)
(val) => emit('updateForm', val),
{ deep: true }
);
const agencyByWarehouseFilter = computed(() => ({