From 90a26f2e1edfb58db972afc3a84dc801ba6d8505 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 11 Jun 2024 21:05:31 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailComponent/ProjectApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue index fe26346..0386b10 100644 --- a/src/components/DetailComponent/ProjectApply.vue +++ b/src/components/DetailComponent/ProjectApply.vue @@ -392,7 +392,7 @@ watchEffect(() => { }) onMounted(async () => { - changeDiagram.value = props.mode === 'submit'; + // changeDiagram.value = props.mode === 'submit'; await init() })