Commit ccb519e5 authored by lxd's avatar lxd

feat: 修复重置按钮问题

parent caf445e5
......@@ -164,6 +164,8 @@ const TableList = ref => {
onClick={() => {
// eslint-disable-next-line no-unused-expressions
form?.resetFields();
// eslint-disable-next-line no-unused-expressions
form?.submit();
}}
>
{resetText}
......
......@@ -349,6 +349,8 @@ const TableList = props => {
// eslint-disable-next-line no-unused-expressions
form?.resetFields();
setorderStatus('');
// eslint-disable-next-line no-unused-expressions
form?.submit();
}}
>
{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