Commit f43599fa authored by FE-安焕焕's avatar FE-安焕焕 👣

去掉空格

parent 7e002d59
......@@ -301,7 +301,6 @@ const TableList = props => {
const obj = { ...ref.current.getFieldsValue(), logisticsStatus: props.type || 1 };
obj.beginTime = obj.beginTime && moment(obj.beginTime).format('YYYY-MM-DD');
obj.endTime = obj.endTime && moment(obj.endTime).format('YYYY-MM-DD');
downOrder(obj);
}
}}
......
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