From 19f183795cd7e007448e273ff3c0fbce06fe33b1 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, 9 Oct 2023 09:41:48 +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, 1 insertion(+), 5 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/index.js b/pc4mobx/hrmSalary/pages/calculate/index.js index bef234ff..d9a3699a 100644 --- a/pc4mobx/hrmSalary/pages/calculate/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/index.js @@ -71,13 +71,9 @@ export default class Calculate extends React.Component { // 列表项核算回调 handleAccount(record) { window.open( - "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculate/" + + "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculateDetail?id=" + record.id ); - // window.open( - // "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculateDetail?id=" + - // record.id - // ); } // 列表项删除回调