Browse Source

Merge remote-tracking branch 'origin/master'

master
tanzs 1 week ago
parent
commit
d76976c7c6
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/views/miniapp/appuser/AppUser.data.ts

+ 6
- 0
src/views/miniapp/appuser/AppUser.data.ts View File

@ -132,6 +132,12 @@ export const formSchema: FormSchema[] = [
component: 'Input',
show: false,
},
{
label: '',
field: 'passwordSalt',
component: 'Input',
show: false,
},
];
// 高级查询数据


Loading…
Cancel
Save