diff --git a/src/pages/Customer/Card/CustomerUnpaid.vue b/src/pages/Customer/Card/CustomerUnpaid.vue index 78500cff2..cbb4d6976 100644 --- a/src/pages/Customer/Card/CustomerUnpaid.vue +++ b/src/pages/Customer/Card/CustomerUnpaid.vue @@ -15,7 +15,7 @@ const route = useRoute(); const { notify } = useNotify(); const stateStore = useStateStore(); -const initialDated = '2001-01-01T11:00:00.000Z'; +const initialDated = Date.vnNew(); const unpaidClient = ref(false); const isLoading = ref(false); const amount = ref(null);