Commit b168c845 authored by lxd's avatar lxd

feat: 问题修复

parent 40be5232
......@@ -102,7 +102,7 @@ const SettlementSheet = () => {
const { current, pageSize } = params;
setpages({ current, pageSize });
setselectedRowKeys([]);
setselectedRows([]);
setselectedRowsList([]);
const data = await query({ ...params });
return data;
};
......
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