8c03559c872822064cbd85069b624de4d77b6fb4
修复三个根因问题: 1. handleCollapseChange 从 filteredCategoryList(计算属性映射副本)查找分类, 改为从 categoryList(原始响应式数组)查找,确保 handleCategoryExpand 对 cat.methods 的赋值能正确触发 Vue 响应式更新,分类展开后检查方法列表正常渲染 2. handleMethodSelect 跨分类检查中 cat.typeCode 与 newItem.checkType(cat.typeName) 类型不匹配,改为统一使用 cat.typeName 比较 3. handleItemSelect 同样存在 typeCode vs typeName 不匹配问题,一并修复 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Java
49.5%
Vue
44.8%
JavaScript
4.6%
HTML
0.7%
SCSS
0.1%