mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 完成用户列表
This commit is contained in:
@ -48,6 +48,7 @@ export function useFormRules() {
|
||||
function createRequiredRule(message: string): App.Global.FormRule {
|
||||
return {
|
||||
required: true,
|
||||
trigger: ['change', 'blur'],
|
||||
message
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user