Skip to content

Commit 500e48d

Browse files
committed
更新用户管理性别字段查询条件
1 parent ba42e40 commit 500e48d

File tree

1 file changed

+1
-1
lines changed
  • ui/zhontai.ui.admin.vue3/src/views/admin/user

1 file changed

+1
-1
lines changed

ui/zhontai.ui.admin.vue3/src/views/admin/user/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const state = reactive({
240240
},
241241
{
242242
label: '性别',
243-
field: 'a.Staff.sex',
243+
field: 'staff.sex',
244244
operator: 'Eq',
245245
componentName: 'my-select',
246246
attrs: {

0 commit comments

Comments
 (0)