diff --git a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue index fc635f4..262d408 100644 --- a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue +++ b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue @@ -630,9 +630,9 @@ export default { this.form.companionCount = 0 this.form.companionList = [] } else { - + if(this.form.companionCount > 50) { - return this.$u.toast('请输入低于50人的通行人数') + return this.$u.toast('同行人数最多可填写50人。') } if(this.people.length != this.form.companionCount) {