Commit 03fc09c3 authored by FE-安焕焕's avatar FE-安焕焕 👣

导出增加参数

parent 93caf117
...@@ -214,7 +214,7 @@ const TableList = props => { ...@@ -214,7 +214,7 @@ const TableList = props => {
onClick={() => { onClick={() => {
// eslint-disable-next-line no-unused-expressions // eslint-disable-next-line no-unused-expressions
form?.resetFields(); form?.resetFields();
setQueryData({}); setQueryData({ logisticsStatus: 1 });
}} }}
> >
{resetText} {resetText}
......
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