Commit 855eb0bb authored by XieZhiXiong's avatar XieZhiXiong

feat: 新增参数给后台

parent 41ea1463
...@@ -451,11 +451,13 @@ const ReturnForm: React.FC<BillsFormProps> = ({ ...@@ -451,11 +451,13 @@ const ReturnForm: React.FC<BillsFormProps> = ({
channelName, channelName,
payTime, payTime,
payWayName, payWayName,
id,
...payItemRest ...payItemRest
} = item; } = item;
return { return {
...payItemRest, ...payItemRest,
payTime: +new Date(payTime), payTime: +new Date(payTime),
payId: id,
}; };
}), }),
isNeedReturn: 1, isNeedReturn: 1,
......
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