Kaynağa Gözat

级联可检索

zhengnaiwen_citu 5 ay önce
ebeveyn
işleme
cc0b81ce41

+ 1 - 0
src/views/bonus/allocation/index.vue

@@ -96,6 +96,7 @@ export default {
           prop: 'organizationNo',
           type: 'cascader',
           options: {
+            filterable: true,
             clearable: true,
             placeholder: '请选择部门',
             options: this.organizationTree,

+ 1 - 0
src/views/humanResources/roster/index.vue

@@ -96,6 +96,7 @@ export default {
         {
           label: '部门名称',
           options: {
+            filterable: true,
             clearable: true,
             placeholder: '请选择部门',
             options: this.organizationTree,

+ 1 - 0
src/views/salary/solution/salarySolution/salarySolutionEdit.vue

@@ -58,6 +58,7 @@ export default {
           prop: 'organizationNo',
           type: 'cascader',
           options: {
+            filterable: true,
             clearable: true,
             placeholder: '请选择机构',
             options: this.organizationTree,