From acd0a5a6d2624cedd7ffca1ed52affe4a35ff030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=A3=9A?= <849005670@qq.com> Date: Wed, 5 Jan 2022 16:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/add/add.js | 2 +- src/pages/plan/key/edit.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/exchangecode/add/add.js b/src/pages/exchangecode/add/add.js index e15d59f8..e7f3e9d1 100644 --- a/src/pages/exchangecode/add/add.js +++ b/src/pages/exchangecode/add/add.js @@ -490,7 +490,7 @@ export default class acclist extends React.Component{ addKeysBatchInfo(id,data).then((res)=>{ handelResponse(res,(req,msg)=>{ - Notify.success("创建key成功"); + Notify.success("成功发起审批"); setTimeout(()=>{ this.props.history.push('/home/key-list/'); diff --git a/src/pages/plan/key/edit.js b/src/pages/plan/key/edit.js index f624dbad..ae86018b 100644 --- a/src/pages/plan/key/edit.js +++ b/src/pages/plan/key/edit.js @@ -568,7 +568,7 @@ export default class acclist extends React.Component{ } putKeyBatchDetail(id,data).then((res)=>{ handelResponse(res,(req,msg)=>{ - Notify.success("更新key成功"); + Notify.success("成功发起审批"); setTimeout(()=>{ window.history.back() },1000); @@ -601,7 +601,7 @@ export default class acclist extends React.Component{ } putKeyBatchDetail(id,data).then((res)=>{ handelResponse(res,(req,msg)=>{ - Notify.success("更新key成功"); + Notify.success("成功发起审批"); setTimeout(()=>{ window.history.back() },1000); @@ -632,7 +632,7 @@ export default class acclist extends React.Component{ let id = sessionStorage.getItem("key_plan_id") addKeysBatchInfo(id,data).then((res)=>{ handelResponse(res,(req,msg)=>{ - Notify.success("创建key成功"); + Notify.success("成功发起审批"); setTimeout(()=>{ window.history.back() },1000);