From b5aabf9f3346f444a16fea315c63261a8a679fef Mon Sep 17 00:00:00 2001 From: waruneeta Date: Tue, 9 Jan 2024 09:40:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20method?= =?UTF-8?q?=20=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA?= =?UTF-8?q?=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B8=9E=E0=B8=B1=E0=B8=81=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../11_discipline/components/7_ListSuspend/ListsPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue index 1fbce93f7..418229515 100644 --- a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue +++ b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue @@ -198,7 +198,7 @@ function onSubmit(data: dataType[], type: string) { const dataMapId = data.map((item: dataType) => item.id); showLoader(); http - .post(`${config.API.suspendReport()}/${type}`, { + .put(`${config.API.suspendReport()}/${type}`, { id: dataMapId, }) .then((res) => {