信创改造,处理写死的表名
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
const validatorRules: Record<string, Rule[]> = {
|
||||
email: [
|
||||
{ ...rules.duplicateCheckRule('sys_user', 'email', formState, { label: '邮箱' })[0] },
|
||||
{ ...rules.duplicateCheckRule('QH_SYS_USER', 'email', formState, { label: '邮箱' })[0] },
|
||||
{ required: true, type: 'email', message: '邮箱格式不正确' },
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user