From 99676ef3e13be2dfe4d803778a6b359309022b90 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 19 Jun 2025 18:26:00 +0800 Subject: [PATCH] 1.处理用户搜索 翻译 --- src/components/Common/Tree/StaticTree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Common/Tree/StaticTree.js b/src/components/Common/Tree/StaticTree.js index d7924d8..24c8225 100644 --- a/src/components/Common/Tree/StaticTree.js +++ b/src/components/Common/Tree/StaticTree.js @@ -326,14 +326,14 @@ class TreeComponent extends Component { render() { const treeProps = this.getTreeProps(); const PermissionContent = commonFunc.showLocalMessage(this.props, 'PermissionContent', '权限内容'); - + const pleaseInputKeyWord = commonFunc.showLocalMessage(this.props, "pleaseInputKeyWord", "请输入你想要搜索的关键字"); return (
{ this.treeRef = ref; }}> {this.props.isSearch ?