1
lzhe
2024-10-16 e380c08a22f7546ad187b5bb8a3571db146133a2
src/views/master/person/main/save.vue
@@ -68,10 +68,7 @@
            </el-col>
            <el-col :span="12">
               <el-form-item label="数据权限配置">
                  <el-select v-model="addPersonForm.deptId" multiple filterable style="width: 100%"
                     placeholder="数据权限配置" @change="deptIdChange">
                     <el-option v-for="item in deptIdList" :key="item.id" :label="item.title" :value="item.id" />
                  </el-select>
                  <el-tree-select v-model="addPersonForm.deptId" clearable multiple show-checkbox placeholder="数据权限配置" default-expand-all :data="deptIdList" :props="{ label: 'title' ,id: 'id',children: 'children'}" node-key="id" ref="deptIdTree" style="width: 100%" />
               </el-form-item>
            </el-col>
         </el-row>