From 20a15fb97f4e785eb8bb6d7a417fa64028782afc Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 19 Feb 2024 16:21:23 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/system/user.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index c7b6f3c..787c39a 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -477,14 +477,15 @@
                             label: "所属部门",
                             prop: "deptId",
                             type: "tree",
-                            // multiple: true,
+                            multiple: true,
+                            leafOnly: false,
                             dicData: [],
-                            dataType: "string",
+                            // dataType: "string",
                             props: {
                                 label: "title",
                                 value: "id"
                             },
-                            // checkStrictly: true,
+                            checkStrictly: true,
                             slot: true,
                             span: 12,
                             rules: [{
@@ -1007,4 +1008,4 @@
 .box .el-scrollbar__wrap {
     overflow: scroll;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3