Browse Source

限制选择部门

zhengnaiwen_citu 6 months ago
parent
commit
1eebe7ad8f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/bonus/allocation/index.vue

+ 3 - 3
src/views/bonus/allocation/index.vue

@@ -97,15 +97,15 @@ export default {
           }
           }
         },
         },
         {
         {
-          label: '机构',
+          label: '部门',
           prop: 'organizationNo',
           prop: 'organizationNo',
           type: 'cascader',
           type: 'cascader',
           options: {
           options: {
             clearable: true,
             clearable: true,
-            placeholder: '请选择机构',
+            placeholder: '请选择部门',
             options: this.deptItems,
             options: this.deptItems,
+            showAllLevels: false,
             props: {
             props: {
-              checkStrictly: true,
               emitPath: false,
               emitPath: false,
               value: 'organizationNo',
               value: 'organizationNo',
               label: 'organizationName',
               label: 'organizationName',