Parcourir la source

限制选择部门

zhengnaiwen_citu il y a 6 mois
Parent
commit
1eebe7ad8f
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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',
           type: 'cascader',
           options: {
             clearable: true,
-            placeholder: '请选择机构',
+            placeholder: '请选择部门',
             options: this.deptItems,
+            showAllLevels: false,
             props: {
-              checkStrictly: true,
               emitPath: false,
               value: 'organizationNo',
               label: 'organizationName',