fix: 集团补充验证,部门权限取消清楚权限信息

This commit is contained in:
xuziqiang
2024-06-18 18:16:23 +08:00
parent 012c049ab0
commit ec1ae071f8
2 changed files with 24 additions and 15 deletions

View File

@@ -47,6 +47,7 @@ export const formConfig = [
placeholder: '请输入集团名称',
maxLength: 20,
},
rules: [{ required: true }],
},
{
field: 'cityName',