@@ -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',