custom-中航富士达

This commit is contained in:
lys 2025-03-06 15:26:42 +08:00
parent 6740dc199e
commit 77a56d2df7
1 changed files with 2 additions and 2 deletions

View File

@ -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("保存成功");