fix: todo

This commit is contained in:
ikechan8370 2025-03-14 19:52:05 +08:00
parent 54806ee6fb
commit d20974f25a
2 changed files with 22 additions and 15 deletions

View file

@ -33,6 +33,11 @@ export function createCRUDCommandRules (cmdPrefix, name, variable, detail = true
reg: cmdPrefix + `${name}详情$`,
fnc: `detail${variable}`
})
}
// todo
// 定义对应的函数
this[`list${variable}`] = async function (e) {
}
return rules
}