From 515f0149680345557c373b385e165756107d44fa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 19 九月 2021 22:04:24 +0800 Subject: [PATCH] 2021-09-19 --- src/menu/components/form/formaction/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/form/formaction/index.jsx b/src/menu/components/form/formaction/index.jsx index ee7376e..86b5ce0 100644 --- a/src/menu/components/form/formaction/index.jsx +++ b/src/menu/components/form/formaction/index.jsx @@ -100,7 +100,7 @@ <p style={{marginBottom: '5px'}}>{this.state.dict['model.tooltip.func.innerface'].replace('@ableField', ableField)}</p> </div> - let modules = MenuUtils.getSubModules(window.GLOB.customMenu.components, config.uuid) + let modules = MenuUtils.getSubModules(window.GLOB.customMenu.components, config.uuid) || [] this.setState({ visible: true, -- Gitblit v1.8.0