From 2eaed7ec027bfd682c7fcb2ae4508ff13ba16375 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 07 十月 2023 17:25:12 +0800 Subject: [PATCH] 2023-10-07 --- src/tabviews/custom/components/module/account/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/module/account/index.jsx b/src/tabviews/custom/components/module/account/index.jsx index 24d04ca..bdc02be 100644 --- a/src/tabviews/custom/components/module/account/index.jsx +++ b/src/tabviews/custom/components/module/account/index.jsx @@ -120,10 +120,12 @@ } setBook = (item, resolve) => { + const { config } = this.props + if (!resolve) { this.setState({activeItem: item}) - MKEmitter.emit('resetSelectLine', this.props.config.uuid, item.id, item) + MKEmitter.emit('resetSelectLine', config.uuid, item.id, item) } let userid = sessionStorage.getItem('UserID') || '' @@ -152,6 +154,7 @@ } if (resolve) { + sessionStorage.setItem('ThirdMenu', config.$pageId) window.location.reload() } }) -- Gitblit v1.8.0