custom-中航富士达
This commit is contained in:
parent
6740dc199e
commit
77a56d2df7
|
|
@ -55,7 +55,7 @@ class RegEditDetial extends Component {
|
|||
const { listMap } = this.state;
|
||||
const [socialData, foundData, otherData] = listMap;
|
||||
let payload = {
|
||||
id: editId, fsdSbjndw,
|
||||
id: editId,
|
||||
socialPerJson: {},
|
||||
socialComJson: {},
|
||||
fundPerJson: {},
|
||||
|
|
@ -91,7 +91,7 @@ class RegEditDetial extends Component {
|
|||
payload[item] = JSON.stringify(payload[item]);
|
||||
});
|
||||
this.setState({ loading: true });
|
||||
API.editAccount(payload).then(({ status, errormsg }) => {
|
||||
API.editAccount({ ...payload, fsdSbjndw }).then(({ status, errormsg }) => {
|
||||
this.setState({ loading: false });
|
||||
if (status) {
|
||||
message.success("保存成功");
|
||||
|
|
|
|||
Loading…
Reference in New Issue