diff --git a/packages/3.0.0/AppVillageActivity/components/Add.vue b/packages/3.0.0/AppVillageActivity/components/Add.vue index 99febe81..33e58f9e 100644 --- a/packages/3.0.0/AppVillageActivity/components/Add.vue +++ b/packages/3.0.0/AppVillageActivity/components/Add.vue @@ -104,7 +104,7 @@ created () { this.form.areaId = this.areaId this.form.areaName = this.areaName - this.disabledLevel = this.user.info.areaList.length - 1 + this.disabledLevel = this.user.info.areaList.length if (this.params && this.params.id) { this.id = this.params.id this.getInfo(this.params.id)