Эх сурвалжийг харах

reactor:事件分类选择问题修复;

zhangchong 10 сар өмнө
parent
commit
3fd708c7c9

+ 0 - 1
src/components/Hotspot/index.vue

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