From cc1771c208e40d2463cba23f6f4f2d2875ec8a72 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 25 Feb 2025 13:52:57 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index 22aca3b..5ddd125 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -290,7 +290,9 @@ const open = async (sign: string, isSelectDisabled.value = false if (data.id) { if(data.testState === 0){ - isSelectDisabled.value = true + isSelectDisabled.value = false + }else{ + } Object.assign(formContent,{ ...data })