【fix ESLint】src/components/jero/JTreeTable

This commit is contained in:
zhaoxiao
2023-03-06 09:26:22 +08:00
parent aa082dd750
commit e5dd766606
+1 -1
View File
@@ -128,7 +128,7 @@ export default {
} else if (res.result.records instanceof Array) {
list = res.result.records
} else {
throw '返回数据类型不识别'
throw new Error('返回数据类型不识别')
}
const dataSource = list.map(item => {
// 判断是否标记了带有子级