feat: 更新系统名称为MOM/BOM分类分组展示/上传组件增强(删除确认+压缩包150MB)
This commit is contained in:
@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user