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}