Commit 1191c342 authored by smallwei's avatar smallwei

fix role roleDeptid rules

parent ab2849af
......@@ -70,6 +70,11 @@ export const tableOption = {
formsolt: true,
solt: true,
span: 24,
rules: [{
required: true,
message: '所属部门不能为空',
trigger: 'blur'
}]
}, {
width: 180,
label: '角色描述',
......@@ -90,4 +95,4 @@ export const tableOption = {
addVisdiplay: false,
span: 24,
}]
}
}
\ No newline at end of file
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