Explorar el Código

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

zhangchong hace 10 meses
padre
commit
3fd708c7c9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/Hotspot/index.vue

+ 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 });
 		resolve(result);
 		state.id = modelValue;
-    console.log(modelValue,'111')
 		if (showCheckbox) {
 			treeRef.value.setCheckedKeys(modelValue);
 			const nodes = treeRef.value.getCheckedNodes();