zxl
2025-02-20 7cf4649aa88b0dd950bbeeb70f9c875ce1d550ce
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
    }