监管端点击待审批消息自动跳转至审批页面

2024年9月9日shanao
liujun 2024-10-16 11:25:05 +08:00
parent 364bbe40cd
commit 2c457a46e6
1 changed files with 4 additions and 1 deletions

View File

@ -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)
}