fix: 修复计划提交
This commit is contained in:
parent
e79b2df5e2
commit
a395eef12e
|
@ -103,9 +103,6 @@ export default class add extends React.Component {
|
|||
receive_email: this.state.email_list[0],
|
||||
payment_direction: this.state.payment_direction[this.state.paytype - 1],
|
||||
};
|
||||
|
||||
console.log("大提交 =>", data);
|
||||
return;
|
||||
approvals(plan_id, data).then((res) => {
|
||||
handelResponse(
|
||||
res,
|
||||
|
|
Loading…
Reference in New Issue