7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +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(() => ({