master
lion 3 years ago
parent 5a9b8d8857
commit ca5b5fb9f9

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

Loading…
Cancel
Save