From c4e630eaab78ad5e49d8d712e79bc99acce4dde4 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Thu, 6 Jun 2024 19:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E6=B5=8B=E6=B5=8B=E8=AF=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=87=8D=E6=96=B0=E5=8F=91=E8=B5=B7=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/supervise/harmonicSurvey/components/planTest.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }