7299_testToMaster #351

Merged
alexm merged 321 commits from 7299_testToMaster into master 2024-05-07 05:36:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 998561badd - Show all commits

View File

@ -15,7 +15,7 @@ const route = useRoute();
const { notify } = useNotify(); const { notify } = useNotify();
const stateStore = useStateStore(); const stateStore = useStateStore();
const initialDated = '2001-01-01T11:00:00.000Z'; const initialDated = Date.vnNew();
const unpaidClient = ref(false); const unpaidClient = ref(false);
const isLoading = ref(false); const isLoading = ref(false);
const amount = ref(null); const amount = ref(null);