From e09f4da1cfa1d06a4efd8c898d1c6c19c2cdade2 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 13 Nov 2024 10:19:57 +0800 Subject: [PATCH] release/2.17.1.2411.01 --- pc4mobx/hrmSalary/pages/mobilePayroll/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js index 0e343efb..1b598371 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js @@ -74,6 +74,7 @@ export default class MobilePayroll extends React.Component { } else { const params = this.getUrlkey(); const { data } = await salaryBillGetToken({ + id: _.pick(params, ["id"]).id, recipient: _.pick(params, ["recipient"]).recipient, salaryCode: _.pick(params, ["salaryCode"]).salaryCode });