From 6f80fb2347ed2ee8501e2977f50eea0cebb0826e Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 8 Nov 2023 15:25:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=9F=E0=B8=AD=E0=B8=A3=E0=B9=8C=E0=B8=A1=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=AA=E0=B8=B7=E0=B8=9A=E0=B8=AA=E0=B8=A7=E0=B8=99?= =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B9=80=E0=B8=97=E0=B9=87=E0=B8=88?= =?UTF-8?q?=E0=B8=88=E0=B8=A3=E0=B8=B4=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/2_InvestigateFacts/AddPage.vue | 1 + .../2_InvestigateFacts/EditPage.vue | 14 +- .../components/2_InvestigateFacts/Form.vue | 736 ++++++++++-------- .../11_discipline/interface/index/Main.ts | 7 + .../interface/request/investigate.ts | 58 +- .../store/InvestigateFactStore.ts | 39 +- 6 files changed, 474 insertions(+), 381 deletions(-) diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue b/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue index d45ed6d06..293549aac 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue @@ -10,6 +10,7 @@ const onSubmit = async () => { router.push(`/discipline/investigatefacts`); }; +