信创改造,处理写死的表名

This commit is contained in:
2026-03-16 17:37:48 +08:00
parent 687fb37beb
commit 8eff9119c7
6 changed files with 9 additions and 9 deletions
@@ -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: '邮箱格式不正确' },
],
};