fix convertDate command

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-14 09:39:04 +07:00
parent 5450a034b7
commit c91a08fc4d
4 changed files with 9 additions and 30 deletions

View file

@ -238,8 +238,6 @@ function onConfirmOrder() {
})
.then(async () => {
await router.push(`/command/view/${commandId.value}`);
// fetchData?.();
// isCheckAuthority.value = true;
})
.catch((err) => {
messageError($q, err);