fix: filter recipient options 错误

This commit is contained in:
caoqianming 2023-06-29 11:13:26 +08:00
parent 3cab3db8cd
commit 87a107144b
1 changed files with 8 additions and 0 deletions

View File

@ -185,10 +185,18 @@ export default {
filter_recipient_options: [
{
value: 10,
label: "当事人部门",
},
{
value: 20,
label: "当事人部门以上",
},
{
value: 30,
label: "属地部门",
},
{
value: 40,
label: "属地部门以上",
},
],