guoshilong
2024-02-02 4faf6424c3aa48fb62d36ede2f5c08336e704d50
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>
</style>