diff --git a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue index 02f92b8..f166fd5 100644 --- a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue +++ b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue @@ -633,8 +633,8 @@ export default { this.form.companionList = [] } else { - if(this.form.companionCount > 50) { - return this.$u.toast('同行人数最多可填写50人。') + if(this.form.companionCount > 100) { + return this.$u.toast('同行人数最多可填写100人。') } if(this.people.length != this.form.companionCount) {