Commit 855eb0bb authored by XieZhiXiong's avatar XieZhiXiong

feat: 新增参数给后台

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