From 1b090c1c6e3e3e9ad39395b3bbd026a3dc3a24f2 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Mon, 7 Aug 2023 00:18:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=BB=A3?= =?UTF-8?q?=E5=8A=9E=E6=97=B6=20=E5=AE=9E=E6=97=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/store/actions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index ac0f5203b..f6358fa46 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -2297,6 +2297,9 @@ export default { if (data.mtype == 'tag') { updateData.has_tag = true; } + if (data.mtype == 'todo') { + updateData.has_todo = true; + } if (data.mtype == 'image') { updateData.has_image = true; }