Browse Source

BUG修复:##13501 用户管理-编辑页面删除性别字段值,提示“修改成功”后,详情页依旧显示改字段值问题

GDW 2 weeks ago
parent
commit
0a15dfe3af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      jeecgboot-vue3/src/views/system/user/user.data.ts

+ 2 - 0
jeecgboot-vue3/src/views/system/user/user.data.ts

@@ -291,6 +291,8 @@ export const formSchema: FormSchema[] = [
       dictCode: 'sex',
       placeholder: '请选择性别',
       stringToNumber: true,
+      allowClear: false,
+      showChooseOption: false,
     },
   },
   {