From 3c57d2d1bc89561624e3733d9b6d2503939189b4 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Sun, 22 Dec 2024 03:47:48 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20update=20=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/form/tag-select.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/form/tag-select.tsx b/src/components/form/tag-select.tsx index bf2dc76..d93ce47 100644 --- a/src/components/form/tag-select.tsx +++ b/src/components/form/tag-select.tsx @@ -128,7 +128,9 @@ const TagSelect = (props: { })} }>
- {option.label} + { + handleLevel1Change(checkStatus == 1 ? false:true, option) + }}>{option.label}