hookehuyr

fix

<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-06 11:42:29
* @LastEditTime: 2024-08-06 11:43:57
* @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue
* @Description: 树形组件
-->
......@@ -347,7 +347,7 @@ onMounted(async () => {
dept_list = flowRoleList.data;
}
// TEST
check_type.value = 'single'; // 默认单选
check_type.value = ''; // 默认单选
// 获取已选中数据
// 如果有默认值处理
props.value = props.component_props.default;
......