diff --git a/src/views/am/area_form.vue b/src/views/am/area_form.vue index 3e75961a..a22e64b3 100644 --- a/src/views/am/area_form.vue +++ b/src/views/am/area_form.vue @@ -145,8 +145,8 @@ number: "", access_list:[], belong_dept: "", - count_people_min: 1, - count_people_max: 1, + count_people_min: 0, + count_people_max: 1000, count_people: 0, cate: 10, }; diff --git a/src/views/ecm/notify_setting.vue b/src/views/ecm/notify_setting.vue index 1f44575e..8e6fbf08 100644 --- a/src/views/ecm/notify_setting.vue +++ b/src/views/ecm/notify_setting.vue @@ -49,8 +49,8 @@