Commit dd052e8f authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 表格状态变更

parent 6fac66f1
......@@ -120,9 +120,12 @@ const NiceForm: React.FC<NiceFormProps> = props => {
useEffect(() => {
let paginationInfo: currentStateType = getCurrentState();
if (paginationInfo) {
reset.actions.setFormState(
state => (state.values = paginationInfo.queryParams),
);
}
}, [])
return (
......
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