From ea7c1defe20836aeb76e48b00d90261b77cfbbbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com>
Date: Tue, 13 Sep 2022 20:18:28 +0800
Subject: [PATCH] =?UTF-8?q?area=E6=9C=80=E5=A4=A7=E6=9C=80=E5=B0=8F?=
=?UTF-8?q?=E4=BA=BA=E5=91=98=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/am/area_form.vue | 4 ++--
src/views/ecm/notify_setting.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/am/area_form.vue b/src/views/am/area_form.vue
index f613d3ac..5aa54b32 100644
--- a/src/views/am/area_form.vue
+++ b/src/views/am/area_form.vue
@@ -139,8 +139,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 @@