This commit is contained in:
sjl
2025-09-04 09:08:45 +08:00
parent f251ad3fe6
commit caa81cc872
6 changed files with 46 additions and 35 deletions

View File

@@ -262,6 +262,7 @@ const open = async (row: any) => {
currentImpactLoadOptions.value = shockList.value.filter(
(item: any) => item.inpactloadtypeId === form.value.inpactloadtypeId
)
// 构建启动方式选项
const uniqueStartups = new Map()
currentImpactLoadOptions.value.forEach((item: any) => {