From 30e738837052fada3298edfe2e383c2fa0e0f452 Mon Sep 17 00:00:00 2001 From: guoanpeng Date: Sun, 15 Jun 2025 13:46:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E8=89=BA=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/craft/AddCraft/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/craft/AddCraft/index.vue b/src/components/craft/AddCraft/index.vue index 6b9b3eb..ca94bd8 100644 --- a/src/components/craft/AddCraft/index.vue +++ b/src/components/craft/AddCraft/index.vue @@ -111,7 +111,7 @@ const okHandle = async () => { step.params.description = `拍照` break } - return !allPropertiesDefined(step.params, ['minutes', 'seconds', 'coolingMinutes', 'coolingSeconds', 'description', 'inTemperature', 'expand']) + return !allPropertiesDefined(step.params, ['hours', 'minutes', 'seconds', 'coolingHours', 'coolingMinutes', 'coolingSeconds', 'description', 'inTemperature', 'expand']) }, )