diff --git a/src/modules/18_command/components/Step/View0_Live.vue b/src/modules/18_command/components/Step/View0_Live.vue index 50eb44a80..ae8aef787 100644 --- a/src/modules/18_command/components/Step/View0_Live.vue +++ b/src/modules/18_command/components/Step/View0_Live.vue @@ -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; })