소스 검색

限制选择部门

zhengnaiwen_citu 6 달 전
부모
커밋
1eebe7ad8f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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',