普测测试管理重新发起问题描述回显

This commit is contained in:
zhujiyan
2024-06-06 19:20:17 +08:00
parent 571ec626f2
commit c4e630eaab

View File

@@ -100,7 +100,7 @@ const form: any = ref({
completeBy: '',
testReport: [],
problemDetail: '', //测试问题
problemFlag: '0' //是否有问题
problemFlag: 0 //是否有问题
})
/**
@@ -141,7 +141,8 @@ const open = async (text: string, id: string, addFlag: boolean) => {
{
name: res.data.testReport.split('/')[2]
}
]
],
problemDetail:res.data.problemDetail
}
testReport.value=res.data.testReport;
}