From 6a678b8dd12f00785c7bce9c5261580bc5bf537b Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Fri, 31 Oct 2025 09:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/testdata/testtask/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/views/testdata/testtask/index.vue b/web/src/views/testdata/testtask/index.vue index a25516f..4c47e6e 100644 --- a/web/src/views/testdata/testtask/index.vue +++ b/web/src/views/testdata/testtask/index.vue @@ -161,7 +161,7 @@ function addproject() { localStorageId: '', backupStorageId: '' } - if (standAlone) { + if (standAlone.value) { projectForme.value.localStorageId = 1 projectForme.value.backupStorageId = -1 } @@ -582,7 +582,7 @@ function importClose() {