From d4c0ffffefd7da8b846fb521dce359b37df9f0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E8=8F=B2?= <1622041228@qq.com> Date: Thu, 26 May 2022 17:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=88=86=E9=85=8D=E6=9D=83=E9=99=90=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/dept/components/DeptModal.vue | 249 ++++++++++++++++++ src/views/system/dept/index.vue | 5 +- .../system/role/components/ConfigModal.vue | 31 ++- src/views/system/user/index.vue | 2 +- 4 files changed, 270 insertions(+), 17 deletions(-) create mode 100644 src/views/system/dept/components/DeptModal.vue diff --git a/src/views/system/dept/components/DeptModal.vue b/src/views/system/dept/components/DeptModal.vue new file mode 100644 index 0000000..d610d81 --- /dev/null +++ b/src/views/system/dept/components/DeptModal.vue @@ -0,0 +1,249 @@ + + + + diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index b1a85cb..4a7968d 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -12,8 +12,7 @@ scroll-x="1200" > @@ -23,7 +22,7 @@