Commit cbc028a8 authored by 武广's avatar 武广

fix: 删除测试代码

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