From 696d85238a734a4b691f486fde05c93fc5dba3ab Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 一月 2021 19:16:18 +0800 Subject: [PATCH] 2021-01-07 --- src/views/menudesign/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/menudesign/index.jsx b/src/views/menudesign/index.jsx index 7ba908b..a813b51 100644 --- a/src/views/menudesign/index.jsx +++ b/src/views/menudesign/index.jsx @@ -163,6 +163,7 @@ handleBack = () => { this.setState({popBtn: null, delButtons: []}, () => { sessionStorage.setItem('editMenuType', 'menu') + this.props.modifyCustomMenu(this.state.config) this.setState({visible: false}) }) } @@ -257,6 +258,7 @@ openEdition: result.open_edition || '', }) + this.props.modifyCustomMenu(config) this.getRoleFields() } else { notification.warning({ -- Gitblit v1.8.0