From 1aefabb223a1bfdfaed24552231008cf90104046 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 22 Feb 2024 19:26:53 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E9=80=89=E4=BA=BA?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E5=85=A8=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../selection/UserSelectByContactModal.vue | 117 +++++++++++++---- .../UserSelectByContactNoMergeModal.vue | 114 ++++++++++++---- .../selection/UserSelectByWorkGroupModal.vue | 113 ++++++++++++---- src/components/selection/UserSelectModal.vue | 123 ++++++++++++++---- src/mixins/ConfigurableTableMixin.js | 1 + 5 files changed, 361 insertions(+), 107 deletions(-) diff --git a/src/components/selection/UserSelectByContactModal.vue b/src/components/selection/UserSelectByContactModal.vue index 48a91e31..a46b0ae9 100644 --- a/src/components/selection/UserSelectByContactModal.vue +++ b/src/components/selection/UserSelectByContactModal.vue @@ -1,5 +1,6 @@