From 72badf8b090ffb83c06d2ead08ebe273fd487dbc Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 14 May 2025 09:30:59 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E8=81=94=E7=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js b/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js index 763e00ea..d359622e 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js @@ -42,7 +42,7 @@ class Index extends Component { } pushDataToCBS = (ids, isConfirm, key = "") => { - const payload = !!key ? { [key]: ids, isConfirm } : { ids, isConfirm }; + const payload = !!key ? { [key]: ids, isConfirm, ...form.getFormParams() } : { ids, isConfirm }; const { isQuery } = this.state; WeaLoadingGlobal.start(); API.pushDataToCBS(payload).then(({ status, data, errormsg }) => {