From f4799298b628796c8677179fc4a793a369974746 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Fri, 17 Jun 2022 17:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E3=80=90key=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E3=80=91=E6=96=B0=E5=A2=9Ekey=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=90=8E=E8=BF=94=E5=9B=9E=E5=88=B0key?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=88=97=E8=A1=A8=EF=BC=8C=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=B7=A6=E4=B8=8A=E6=96=B9=E6=9C=AA=E5=B1=95=E7=A4=BA=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/add/add.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/exchangecode/add/add.js b/src/pages/exchangecode/add/add.js index b955b011..f8b7f984 100644 --- a/src/pages/exchangecode/add/add.js +++ b/src/pages/exchangecode/add/add.js @@ -694,7 +694,8 @@ export default class acclist extends React.Component { (req, msg) => { Notify.success('成功发起审批') setTimeout(() => { - this.props.history.push('/home/key-list/') + // this.props.history.push('/home/key-list/') + window.history.back() }, 2000) }, (err) => {