From f55a0c7285b977d08c3e6e11f2d2c08b299f574a Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 22 Jan 2024 18:03:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=AA=E0=B8=B7?= =?UTF-8?q?=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../11_discipline/components/2_InvestigateFacts/EditPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue b/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue index c0d9c7227..9320e171a 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue @@ -336,15 +336,15 @@ function emitPerson(data: FormData[]) { .put(config.API.investigateApprove(id.value), { persons: dataMapId, }) + .then((res) => { - // router.push(`/discipline/investigatefacts`); + router.push(`/discipline/investigatefacts`); }) .catch((e) => { messageError($q, e); }) .finally(() => { hideLoader(); - getData(); }); }