@@ -143,7 +143,6 @@ const loadNode = async (node: any, resolve: any) => {
const { result } = await hotSpotType({ id: node.data.id ? node.data.id : null });
resolve(result);
state.id = modelValue;
- console.log(modelValue,'111')
if (showCheckbox) {
treeRef.value.setCheckedKeys(modelValue);
const nodes = treeRef.value.getCheckedNodes();