From 2c457a46e6b6babadf8a3d4e0e602297089079cd Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 16 Oct 2024 11:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=AE=A1=E7=AB=AF=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BE=85=E5=AE=A1=E6=89=B9=E6=B6=88=E6=81=AF=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=87=B3=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 97eb2a5..fb45ae4 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -421,7 +421,10 @@ export default { setTimeout(() => { this.$notify.info({ title: '消息', - message: '您有【' + data.list.length + '】条相关方人员数据待审核' + message: '您有【' + data.list.length + '】条相关方人员数据待审核', + onClick: () => { + this.$router.push('/relativeUnitPerson/flow') + } }) }, 3000) }