Commit 3414cb65 authored by Sixiang_Zzb's avatar Sixiang_Zzb

物业费筛选缓存解决

parent d3a06b99
......@@ -70,6 +70,14 @@ const ChargeManager = (props: any) => {
...location.query,
};
get(readyData);
return () => {
readyData = {
tosOwnerName: '',
communityName: '',
pageNum: 1,
};
};
}, [location]);
// 监听数据返回
......
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