This commit is contained in:
parent
bc124fb907
commit
e0d58492f0
|
|
@ -228,7 +228,7 @@ const handleItem = (item) => {
|
|||
const deptName = uni.getStorageSync('deptName')
|
||||
if (!deptName.includes(singLevel[item.signLevel]) && !isFinished) {
|
||||
uni.showToast({
|
||||
title: `请联系${singLevel[item.signLevel]}进行审核`,
|
||||
title: `请联系${singLevel[item.signLevel || 2]}进行审核`,
|
||||
icon: 'none',
|
||||
})
|
||||
return
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ const handleItem = (item) => {
|
|||
const deptName = uni.getStorageSync('deptName')
|
||||
if (!deptName.includes(singLevel[item.signLevel]) && !isFinished) {
|
||||
uni.showToast({
|
||||
title: `请联系${singLevel[item.signLevel]}进行审核`,
|
||||
title: `请联系${singLevel[item.signLevel || 2]}进行审核`,
|
||||
icon: 'none',
|
||||
})
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue