src/components/flow/Dept/MyDept.vue
@@ -1,7 +1,7 @@ <template> <div> <el-dialog :title="`选择候选部门`" :title="title" :visible.sync="show" width="65%" :destroy-on-close="true" @@ -35,6 +35,11 @@ required: true, type: Boolean }, title: { type: String, required: false, default: '候选部门' }, checkeds: { required: true }