From 81ab2017063eefdfb5abee621b20bd4ae1a3af5b Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 2 Sep 2025 15:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=F0=9F=90=9Bfix:=20props.SecondRemi?= =?UTF-8?q?nd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/OrderStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/OrderStore.js b/src/stores/OrderStore.js index 7f7e01a..dc6a4ac 100644 --- a/src/stores/OrderStore.js +++ b/src/stores/OrderStore.js @@ -298,7 +298,7 @@ const transferRemind2Checklist = (remindstate) => { if (remindstate.FirstRemind) { remindValueList.push('FirstRemind') } - if (remindstate.SendFirstRemind) { + if (remindstate.SecondRemind) { remindValueList.push('SecondRemind') } if (remindstate.ThirdRemind) {