Commit c8f1e2a9 authored by leizhan's avatar leizhan

搜索bug修改

parent 21675ec9
......@@ -129,6 +129,7 @@ class EquipmentFireEquipmentAdd extends Component {
onChange = (e, value) => {
let { searchParam } = this.state;
value = value.replaceAll("#","%23");
searchParam.name = value;
searchParam.pageNumber = this.pageConfig.pageNumber;
searchParam.pageSize = this.pageConfig.pageSize;
......
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