From d3272e82652361e5e9bd045925222ef042b6731f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十一月 2020 18:15:15 +0800 Subject: [PATCH] 2020-11-18 --- src/tabviews/home/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/home/index.jsx b/src/tabviews/home/index.jsx index b53c5bd..6104d7a 100644 --- a/src/tabviews/home/index.jsx +++ b/src/tabviews/home/index.jsx @@ -20,6 +20,10 @@ } componentDidMount () { + this.loadHomeConfig() + } + + loadHomeConfig = () => { let _param = { func: 'sPC_Get_LongParam', MenuID: this.props.MenuID -- Gitblit v1.8.0