From fd6313d067e66421d914c3ddf2a7fc5153805f4d 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, 26 Jan 2026 14:33:09 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E4=BA=91=E5=8D=97=E4=BF=9D=E5=B1=B1?= =?UTF-8?q?=E6=81=92=E7=9B=8A=E5=AE=9E=E4=B8=9A=E9=9B=86=E5=9B=A2=E6=9C=89?= =?UTF-8?q?=E9=99=90=E5=85=AC=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../calculate/doCalc/components/salaryEditCalc/editCalcTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js index e94b72fd..aebf4736 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js @@ -47,7 +47,7 @@ class EditCalcTable extends Component { handleReceive = async ({ data }) => { const { type, payload: { id, params } = {} } = data; if (type === "init") { - this.queryCalcResultList(); + setTimeout(() => this.queryCalcResultList(), 500); } else if (type === "turn") { switch (id) { case "PAGEINFO":