更新 Web/src/views/system/org/component/orgTree.vue
修复拼写错误的属性名称
This commit is contained in:
parent
12b7be32fb
commit
6f9df15162
@ -66,7 +66,7 @@ import { SysOrg } from '/@/api-services/models';
|
||||
import { TreeKey } from 'element-plus/es/components/tree/src/tree.type';
|
||||
|
||||
const props = defineProps({
|
||||
checkStrictly: { type: Boolean, defaul: true },
|
||||
checkStrictly: { type: Boolean, default: true },
|
||||
});
|
||||
|
||||
const filterText = ref('');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user