From bdfec44c9f3a37dbbe05bf14a252ffec04132a86 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 21:24:28 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/treepageconfig/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/treepageconfig/index.jsx b/src/templates/treepageconfig/index.jsx index 0d4a1ab..c5da906 100644 --- a/src/templates/treepageconfig/index.jsx +++ b/src/templates/treepageconfig/index.jsx @@ -426,7 +426,7 @@ }) this.props.reloadmenu() - Api.getLocalConfig(localParam) + Api.genericInterface(localParam) if (this.state.closeVisible) { this.props.handleView() @@ -456,7 +456,7 @@ }) this.props.reloadmenu() - Api.getLocalConfig(localParam) + Api.genericInterface(localParam) if (this.state.closeVisible) { this.props.handleView() -- Gitblit v1.8.0