xiangpei
2025-03-11 84a14c24edf92f7072e50b51ee37143d658ecfd4
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
    }