Commit 0503b7d0 by gexinzhineng/gxzn27

新的租户需要选择岗位才能修改,暂将其设成必填

parent 46fc6ce1
......@@ -28,6 +28,7 @@ export const rules = reactive({
}
],
status: [required],
postIds: [{ required: true, message: '请选择岗位', trigger: ['blur', 'change'] }],
mobile: [
required,
{
......
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 sign in to comment