普测测试管理重新发起问题描述回显
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user