!4 规范代码(eslint)

Merge pull request !4 from 孔思宇/feat-eslintformat
This commit is contained in:
芋道源码
2023-03-01 00:50:25 +00:00
committed by Gitee
24 changed files with 127 additions and 97 deletions

View File

@ -35,7 +35,7 @@ const [registerTable, { reload, getCheckboxRecords }] = useXTable({
})
const handleUpdateList = async () => {
const list = getCheckboxRecords()
const list = getCheckboxRecords() as any as any[]
if (list.length === 0) {
return
}