diff --git a/src/pages/Customer/Defaulter/CustomerDefaulter.vue b/src/pages/Customer/Defaulter/CustomerDefaulter.vue index 1af5b3fd9..475672009 100644 --- a/src/pages/Customer/Defaulter/CustomerDefaulter.vue +++ b/src/pages/Customer/Defaulter/CustomerDefaulter.vue @@ -15,7 +15,6 @@ import VnSubToolbar from 'src/components/ui/VnSubToolbar.vue'; import VnInput from 'src/components/common/VnInput.vue'; import CustomerDefaulterAddObservation from './CustomerDefaulterAddObservation.vue'; const stateStore = useStateStore(); -const refreshKey = ref(0); const { t } = useI18n(); const quasar = useQuasar(); @@ -242,7 +241,6 @@ const onFetch = (data) => { { allColumnNames.value = filteredColumns.map((col) => col.name); }); -const rows = computed(() => arrayData.value.store.data); - const selectedCustomerId = ref(0); const selectedSalesPersonId = ref(0); const allColumnNames = ref([]); @@ -536,69 +534,97 @@ const selectSalesPersonId = (id) => (selectedSalesPersonId.value = id); - navigateToTravelId(row.id)" + - - - {{ value }} - - - - - + + navigateToTravelId(row.id)" > - - + + + {{ value }} + + + + + + + + + + + + + {{ props.row.id }} + + + + + + + + {{ props.row.salesPerson }} + + - + + + + + + + + + - - - - - {{ props.row.id }} - - - - - - - - {{ props.row.salesPerson }} - - - - - - - - - - - + diff --git a/src/pages/Customer/Notifications/CustomerNotifications.vue b/src/pages/Customer/Notifications/CustomerNotifications.vue index 9ccac98ff..9ff6b2301 100644 --- a/src/pages/Customer/Notifications/CustomerNotifications.vue +++ b/src/pages/Customer/Notifications/CustomerNotifications.vue @@ -74,7 +74,6 @@ const columns = computed(() => [ name: 'email', }, ]); -const refreshKey = ref(0); const selectCustomerId = (id) => { selectedCustomerId.value = id; @@ -115,12 +114,7 @@ const selectCustomerId = (id) => { - +