From 15fb32822d1d7408481d4a4e88e3ff150a0dba9a Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Mon, 14 Apr 2025 12:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5id=E5=AD=98=E5=9C=A8=E5=88=99?= =?UTF-8?q?=E6=98=AF=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=90=A6=E5=88=99=E6=98=AF?= =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/h5eva.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acupuncture-前台/src/views/screening/h5eva.vue b/acupuncture-前台/src/views/screening/h5eva.vue index 9f636f21..e5bfd303 100644 --- a/acupuncture-前台/src/views/screening/h5eva.vue +++ b/acupuncture-前台/src/views/screening/h5eva.vue @@ -652,7 +652,7 @@ export default { this.form = { ...this.form, ...this.detailList }; setTimeout(() => { this.open = false; - }, 200); + }, 500); }, // 查看结果 handleResult() { @@ -677,6 +677,7 @@ export default { if (res.data.list.length) { let data = res.data.list[0]; this.detailId = data.id; + console.log("this.detailId", this.detailId); data.detailList.forEach((item) => { this.detailList[item.questionCode] = item.answer; });