Commit 35fbfc0c authored by leizhan's avatar leizhan

搜索bug修改

parent c8f1e2a9
......@@ -129,8 +129,7 @@ class EquipmentFireEquipmentAdd extends Component {
onChange = (e, value) => {
let { searchParam } = this.state;
value = value.replaceAll("#","%23");
searchParam.name = value;
searchParam.name = value.replaceAll("#","%23");
searchParam.pageNumber = this.pageConfig.pageNumber;
searchParam.pageSize = this.pageConfig.pageSize;
this.setState({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment