From 1f0a94dda950f30813509e6a17f498440471e4ea Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 12 May 2023 11:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9C=A8=E6=B5=81=E7=A8=8B=E4=B8=AD=E4=B8=8D=E8=AE=A9?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/Report/ReportList.vue b/src/views/Report/ReportList.vue index 8ac1413..324a857 100644 --- a/src/views/Report/ReportList.vue +++ b/src/views/Report/ReportList.vue @@ -294,6 +294,10 @@ export default { }, permissionApp(row) { if(row){ + if(row.isAct == 0){ + this.$message.warning("当前"+row.name+"已经在流程中") + return + } this.$router.push({ path: '/permission/launch', query: {id: 'AEHJB8YNJ3', isBegin: 1,ids:row.id}