From 8a61666c0bb1143e2691eaefc5c518001e36b712 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 24 Oct 2023 13:47:12 +0700 Subject: [PATCH] =?UTF-8?q?validate=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B7=E0=B8=9A=E0=B8=AA=E0=B8=A7=E0=B8=99=E0=B8=82?= =?UTF-8?q?=E0=B9=89=E0=B8=AD=E0=B9=80=E0=B8=97=E0=B9=87=E0=B8=88=E0=B8=88?= =?UTF-8?q?=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 | 200 +++++++++++++----- .../interface/request/investigate.ts | 34 +++ 2 files changed, 186 insertions(+), 48 deletions(-) create mode 100644 src/modules/11_discipline/interface/request/investigate.ts diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue b/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue index efb757cf2..b7029fae0 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue @@ -1,10 +1,16 @@