mirror of
https://github.com/PlayEdu/backend
synced 2025-06-24 01:02:49 +08:00
跑马灯内容清空时关闭选择
This commit is contained in:
parent
b5259a3815
commit
54ffbc731d
@ -373,6 +373,14 @@ const SystemConfigPage = () => {
|
||||
style={{ width: 274 }}
|
||||
allowClear
|
||||
placeholder="自定义跑马灯内容"
|
||||
onChange={(e) => {
|
||||
const { value } = e.target;
|
||||
if (!value && e.type !== "change") {
|
||||
setNameChecked(false);
|
||||
setEmailChecked(false);
|
||||
setIdCardChecked(false);
|
||||
}
|
||||
}}
|
||||
/>
|
||||
</Form.Item>
|
||||
<Checkbox
|
||||
|
Loading…
x
Reference in New Issue
Block a user