fix =>รายละเอียดคำสั่ง
This commit is contained in:
parent
44c5f56ab0
commit
d08dbd9528
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue