feat: 更新系统名称为MOM/BOM分类分组展示/上传组件增强(删除确认+压缩包150MB)

This commit is contained in:
dxc
2026-05-12 15:45:41 +08:00
parent 6b4ebfa24f
commit f2f9409206
3 changed files with 3 additions and 3 deletions

View File

@ -616,7 +616,7 @@ const fetchBomList = async () => {
const res = await getBomList({ keyword: searchKeyword.value })
if (res.code === 200) {
bomGroups.value = res.data
activeCategories.value = res.data.map((g: any) => g.category)
activeCategories.value = []
}
} finally { loading.value = false }
}