出厂检测报告改造

This commit is contained in:
2025-07-24 16:30:19 +08:00
parent 9e8e44b886
commit 327801d040
4 changed files with 49 additions and 4 deletions

View File

@@ -730,7 +730,7 @@ const initScriptData = async () => {
let response: any = await getBigTestItem({reCheckType: checkStore.reCheckType, planId: checkStore.plan.id, devIds: checkStore.devices.map(item => item.deviceId)})
let temp = response.data.map(item => {
let temp = response.data.map((item: any) => {
return {
...item,
scriptName: item.scriptName