liu
3 天以前 d3de90fb0a1cd016e0fd3552a9fc495718ca9afc
feat(system): 用户管理岗位字段设为必填

Co-Authored-By: Claude <noreply@anthropic.com>
已修改1个文件
1 ■■■■ 文件已修改
src/views/system/user/data.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/user/data.ts
@@ -72,6 +72,7 @@
      fieldName: 'postIds',
      label: '岗位',
      component: 'ApiSelect',
      rules: 'required',
      componentProps: {
        api: getSimplePostList,
        labelField: 'name',