企业端点击待审批消息自动跳转至审批页面

hyx_2024-10-30_new
liujun 2024-10-16 11:26:52 +08:00
parent 92b6345e62
commit 828dc50ee5
1 changed files with 4 additions and 3 deletions

View File

@ -320,11 +320,12 @@ export default {
).then((data) => {
if (data.list && data.list.length > 0) {
setTimeout(() => {
console.log(data)
console.log('???????--sparrow')
this.$notify.info({
title: '消息',
message: '您有【' + data.list.length + '】条相关方人员数据待审核'
message: '您有【' + data.list.length + '】条相关方人员数据待审核',
onClick: () => {
this.$router.push('/xgf/flow')
}
})
}, 3000)
}