From 33b189ee7fe35d44e89ea4dc83b32fcb16466a94 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Fri, 7 Mar 2025 15:55:41 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E4=B8=AD=E8=88=AA=E5=AF=8C=E5=A3=AB?= =?UTF-8?q?=E8=BE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/socialSecurityBenefits/standingBook/standingBook.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js index 78056ba2..fd93c43e 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js @@ -53,8 +53,9 @@ class StandingBook extends Component { ...extra }; this.setState({ accountDialog: { ...this.state.accountDialog, loading: true } }); - const { data: { fsdSbjndw, creator }, status, errormsg } = await API.save(payload); + const { data, status, errormsg } = await API.save(payload); if (status) { + const { fsdSbjndw, creator } = data; this.setState({ accountDialog: { ...this.state.accountDialog, loading: false }, progressVisible: true