From 0798d2bf965508c2aff10bca7a5975810fe50262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 13 Nov 2023 14:15:49 +0800 Subject: [PATCH] hotfix/2.9.42311.02 --- .../standingBookDetail/components/inputPaymentAmount.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js index ea62431c..634e6b30 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js @@ -19,7 +19,7 @@ class InputPaymentAmount extends Component { render: (text, record) => { return ( this.handleChangeBaseItem(record, val, type, "per")} /> ); @@ -30,7 +30,7 @@ class InputPaymentAmount extends Component { render: (text, record) => { return ( this.handleChangeBaseItem(record, val, type, "com")} /> );