Commit 1191c342 authored by smallwei's avatar smallwei

fix role roleDeptid rules

parent ab2849af
...@@ -70,6 +70,11 @@ export const tableOption = { ...@@ -70,6 +70,11 @@ export const tableOption = {
formsolt: true, formsolt: true,
solt: true, solt: true,
span: 24, span: 24,
rules: [{
required: true,
message: '所属部门不能为空',
trigger: 'blur'
}]
}, { }, {
width: 180, width: 180,
label: '角色描述', label: '角色描述',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment