master
lion 3 years ago
parent 5a9b8d8857
commit ca5b5fb9f9

@ -557,11 +557,14 @@
that.isCheck = true
return
} else {
that.checkLevel.map(item1 => {
if (item.level == item1.id) {
that.checkText = item1.value
}
})
that.checkText = "请等待"+item.audit_admin.name+"审核"
// that.checkLevel.map(item1 => {
// if (item.level == item1.id) {
// that.checkText = item1.value
// }else{
// }
// })
that.isCheck = false
return
}

Loading…
Cancel
Save