From d08dbd95288953e15975f467c6de4626d3825de7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 25 Oct 2024 14:54:00 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=3D>=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=A5?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=AD=E0=B8=B5=E0=B8=A2=E0=B8=94=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/components/Step/View0_Live.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; })