Commit b168c845 authored by lxd's avatar lxd

feat: 问题修复

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