From 115455cc8f0a4202cfa0d79b71320479d3329b3d Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 31 Jan 2024 11:02:24 +0700 Subject: [PATCH] =?UTF-8?q?pop=20up=20=E0=B8=AA=E0=B8=B3=E0=B8=AB=E0=B8=A3?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B8=88=E0=B8=B1=E0=B8=94=E0=B8=A5=E0=B8=B3?= =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87?= =?UTF-8?q?=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DialogSortAgency.vue | 130 ++++++++++++++++++ .../components/StructureDetail.vue | 2 - 2 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 src/modules/02_organizationalNew/components/DialogSortAgency.vue diff --git a/src/modules/02_organizationalNew/components/DialogSortAgency.vue b/src/modules/02_organizationalNew/components/DialogSortAgency.vue new file mode 100644 index 000000000..bed77d4e5 --- /dev/null +++ b/src/modules/02_organizationalNew/components/DialogSortAgency.vue @@ -0,0 +1,130 @@ + + diff --git a/src/modules/02_organizationalNew/components/StructureDetail.vue b/src/modules/02_organizationalNew/components/StructureDetail.vue index bf30060de..c3e2e84ce 100644 --- a/src/modules/02_organizationalNew/components/StructureDetail.vue +++ b/src/modules/02_organizationalNew/components/StructureDetail.vue @@ -4,8 +4,6 @@ import { useQuasar } from "quasar"; import http from "@/plugins/http"; import config from "@/app.config"; -import type { HistoryType } from "@/modules/02_organizationalNew/interface/index/Main"; - import DialogHeader from "@/components/DialogHeader.vue"; import { useCounterMixin } from "@/stores/mixin";