From b2298c8c996dd176c2bd7d424a1aa709cbb97965 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 05 二月 2021 15:34:21 +0800 Subject: [PATCH] 2021-02-05 --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index a77dfb6..fa38cae 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -665,7 +665,7 @@ } ] })( - <Cascader options={item.options || []} placeholder="" /> + <Cascader allowClear options={item.options || []} placeholder="" /> )} </Form.Item> </Col> -- Gitblit v1.8.0