From 8d1c0abf2f9a623dbe622b198d9835f11b355408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Sun, 8 Oct 2023 15:09:47 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42309.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E6=A0=B8=E7=AE=97=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=94=B9=E9=80=A0=EF=BC=88=E9=A1=B5=E9=9D=A2=E7=BC=96?= =?UTF-8?q?=E8=BE=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/calculate/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/index.js b/pc4mobx/hrmSalary/pages/calculate/index.js index d9a3699a..bef234ff 100644 --- a/pc4mobx/hrmSalary/pages/calculate/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/index.js @@ -71,9 +71,13 @@ export default class Calculate extends React.Component { // 列表项核算回调 handleAccount(record) { window.open( - "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculateDetail?id=" + + "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculate/" + record.id ); + // window.open( + // "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculateDetail?id=" + + // record.id + // ); } // 列表项删除回调