fix =>รายละเอียดคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-25 14:54:00 +07:00
parent 44c5f56ab0
commit d08dbd9528

View file

@ -62,9 +62,9 @@ function onConfirmDraft() {
sign: isDraft.value,
})
.then(async () => {
router.push(`/command/view/${commandId.value}`);
// fetchData?.();
// isCheckDraft.value = true;
// router.push(`/command/view/${commandId.value}`);
await fetchData?.();
isCheckDraft.value = true;
})
.catch((err) => {
messageError($q, err);
@ -237,7 +237,7 @@ function onConfirmOrder() {
sign: isAuthority.value,
})
.then(async () => {
router.push(`/command/view/${commandId.value}`);
await router.push(`/command/view/${commandId.value}`);
// fetchData?.();
// isCheckAuthority.value = true;
})