diff --git a/src/views/ecm/notify_settings_form.vue b/src/views/ecm/notify_settings_form.vue index 0f13ca7b..8be6de0c 100644 --- a/src/views/ecm/notify_settings_form.vue +++ b/src/views/ecm/notify_settings_form.vue @@ -185,10 +185,18 @@ export default { filter_recipient_options: [ { value: 10, + label: "当事人部门", + }, + { + value: 20, label: "当事人部门以上", }, { value: 30, + label: "属地部门", + }, + { + value: 40, label: "属地部门以上", }, ],