diff --git a/src/views/visit/component/showVisit.vue b/src/views/visit/component/showVisit.vue index 27bdea8..1bafe0c 100644 --- a/src/views/visit/component/showVisit.vue +++ b/src/views/visit/component/showVisit.vue @@ -556,12 +556,15 @@ that.checkForm.audit_admin_id = item.audit_admin_id that.isCheck = true return - } else { - that.checkLevel.map(item1 => { - if (item.level == item1.id) { - that.checkText = item1.value - } - }) + } else { + that.checkText = "请等待"+item.audit_admin.name+"审核" + // that.checkLevel.map(item1 => { + // if (item.level == item1.id) { + // that.checkText = item1.value + // }else{ + + // } + // }) that.isCheck = false return }