Commit cbc028a8 authored by 武广's avatar 武广

fix: 删除测试代码

parent c7bf956a
...@@ -396,13 +396,12 @@ const TableList = props => { ...@@ -396,13 +396,12 @@ const TableList = props => {
<Button <Button
type="primary" type="primary"
onClick={() => { onClick={() => {
// if (ref.current) { if (ref.current) {
// const obj = { ...ref.current.getFieldsValue(), logisticsStatus: props.type || 1 }; const obj = { ...ref.current.getFieldsValue(), logisticsStatus: props.type || 1 };
// obj.startTime = startTimeStr; obj.startTime = startTimeStr;
// obj.endTime = endTimeStr; obj.endTime = endTimeStr;
// downOrder(obj); downOrder(obj);
// } }
onDelay(1, 0, '速递');
}} }}
> >
导出数据 导出数据
......
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