Skip to content

Commit e59e62f

Browse files
author
liyang1
committed
chore: 新增接入平台
1 parent c9b7842 commit e59e62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/home/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const getData = (values: string[]) => {
7878
const getCheckedKeys = () => {
7979
let res: string[] = []
8080
const execute = (data: MenuListItem[], is: boolean) => {
81-
data.forEach((v) => {
81+
(data || []).forEach((v) => {
8282
is && res.push(v.id)
8383
if (v.children) execute(v.children, true)
8484
})

0 commit comments

Comments
 (0)