From c7bcf52f03e242efb23895ec19d7f540f4e031cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 17 Apr 2026 15:46:41 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E6=8A=BD=E5=87=BA=E4=B8=80=E4=BA=9B=E5=B8=B8=E7=94=A8?= =?UTF-8?q?hooks=E7=BB=84=E4=BB=B6=E7=AE=80=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RoleSelect/index.vue | 29 +++++++++--------- src/components/UserSelect/index.vue | 28 ++++++++--------- src/hooks/form/useDateRangeQuery.ts | 19 ++++++++++++ src/hooks/table/useTableSortQuery.ts | 44 +++++++++++++++++++++++++++ src/hooks/tree/useTreeTableExpand.ts | 39 ++++++++++++++++++++++++ src/hooks/useDialog.ts | 31 ------------------- src/views/demo/tree/index.vue | 20 +++--------- src/views/monitor/logininfo/index.vue | 29 +++++++++--------- src/views/monitor/operlog/index.vue | 29 +++++++++--------- src/views/system/config/index.vue | 9 +++--- src/views/system/dept/index.vue | 19 +++--------- src/views/system/oss/index.vue | 13 +++++--- src/views/system/role/index.vue | 9 +++--- src/views/system/user/index.vue | 8 ++--- src/views/tool/gen/index.vue | 10 +++--- src/views/workflow/category/index.vue | 20 +++--------- 16 files changed, 202 insertions(+), 154 deletions(-) create mode 100644 src/hooks/form/useDateRangeQuery.ts create mode 100644 src/hooks/table/useTableSortQuery.ts create mode 100644 src/hooks/tree/useTreeTableExpand.ts delete mode 100644 src/hooks/useDialog.ts diff --git a/src/components/RoleSelect/index.vue b/src/components/RoleSelect/index.vue index 6e5e3b6..02bf092 100644 --- a/src/components/RoleSelect/index.vue +++ b/src/components/RoleSelect/index.vue @@ -1,8 +1,8 @@