Commit 53dc49c0 authored by Bill's avatar Bill

fix: 结算策略显示bug

parent 42bc3820
......@@ -211,7 +211,7 @@ const MemberSettleAdd: React.FC = () => {
if(res.code === 1000) {
setInitialValue({
name: res.data.name,
settlementOrderType: res.data.settlementOrderType,
settlementOrderType: res.data.settlementOrderType.toString(),
memberList: res.data.memberList,
settlementWay: {
active: res.data.settlementWay,
......
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