1. 字典点击表格红色报错修改 2.keepalive缓存toCamelCase设置中去掉‘-’,保留驼峰明名

This commit is contained in:
bimei
2023-02-17 16:52:07 +08:00
parent c9cebcde41
commit 9c38c33012
3 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,7 @@ const { push } = useRouter() // 路由
const [registerTable] = useXTable({
allSchemas: allSchemas,
topActionSlots:false,
topActionSlots: false,
getListApi: TaskApi.getTodoTaskPage
})