From 340294e76e81b116c36dd29fc4aa63dba6c0f487 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 14 Nov 2024 14:01:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B9=80?= =?UTF-8?q?=E0=B8=AA=E0=B9=89=E0=B8=99=20API=20list=20=E0=B8=9C=E0=B8=B9?= =?UTF-8?q?=E0=B9=89=E0=B8=9A=E0=B8=B1=E0=B8=87=E0=B8=84=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B8=9A=E0=B8=B1=E0=B8=8D=E0=B8=8A=E0=B8=B2=E0=B9=81=E0=B8=A5?= =?UTF-8?q?=E0=B8=B0=E0=B8=9C=E0=B8=B9=E0=B9=89=E0=B8=A1=E0=B8=B5=E0=B8=AD?= =?UTF-8?q?=E0=B8=B3=E0=B8=99=E0=B8=B2=E0=B8=88=E0=B8=82=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Workflow/DialogSelectPerson.vue | 95 ++++++++++++++++++- .../Workflow/interface/index/Main.ts | 9 +- .../Workflow/interface/request/Main.ts | 8 ++ 3 files changed, 108 insertions(+), 4 deletions(-) create mode 100644 src/components/Workflow/interface/request/Main.ts diff --git a/src/components/Workflow/DialogSelectPerson.vue b/src/components/Workflow/DialogSelectPerson.vue index 10bc48c..8adf2eb 100644 --- a/src/components/Workflow/DialogSelectPerson.vue +++ b/src/components/Workflow/DialogSelectPerson.vue @@ -1,5 +1,5 @@