From 113ff1aa0d62549730f1413fe5ffcadcf3a14f11 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 八月 2022 11:37:24 +0800 Subject: [PATCH] 2022-08-23 --- 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