From 1500fafb9265c77c46bb841c0a7f1832793974a3 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 25 Feb 2025 14:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/planPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index c3da16d..c9a6cbe 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -293,7 +293,7 @@ const open = async (sign: string, if(data.testState === 0){ isSelectDisabled.value = false }else{ - isSelectDisabled.value = true + } Object.assign(formContent,{ ...data })