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