From 138cdf88ca6205452d414bddba99081038ef72b9 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 8 Jul 2025 01:01:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=86=E5=B0=81=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=8F=96store=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/seal/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/seal/index.vue b/src/views/seal/index.vue index ee82d16..2be5a3e 100644 --- a/src/views/seal/index.vue +++ b/src/views/seal/index.vue @@ -17,7 +17,7 @@ defineOptions({ name: 'Seal' }) const sealStore = useSealStore() -const initialPressure = ref('0') +const initialPressure = ref(sealStore.sealInfo.pressure) const sealInfo = computed(() => sealStore.sealInfo) const leakRemainingTime = computed(() => sealStore.leakRemainingTime) const currentPressure = computed(() => sealStore.currentPressure)