优化检测脚本页面

This commit is contained in:
GGJ
2025-02-27 15:09:09 +08:00
parent e0fd42199f
commit c7e5ee0862
9 changed files with 417 additions and 280 deletions

View File

@@ -564,7 +564,7 @@ const open = (sign: string, row: any) => {
})
}
} else {
form.value = setharmList(JSON.parse(JSON.stringify(row)))
form.value = JSON.parse(JSON.stringify(row))
copyRowList.value = JSON.parse(JSON.stringify(row))
}
if (['Base_0_10', 'Base_20_85', 'Base_110_200'].includes(form.value.subType)) {