diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planTest.vue b/src/views/pqs/supervise/harmonicSurvey/components/planTest.vue index 563bcaeb..44e07535 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/planTest.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/planTest.vue @@ -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; }